Chromium Code Reviews

Issue 2290343002: Added an empty() method to rtc::Buffer (Closed)

Created:
4 years, 3 months ago by ossu
Modified:
4 years, 3 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added an empty() method to rtc::Buffer I'll be using it in a separate CL in a bit. Committed: https://crrev.com/5955e24fe8355be21eb775385bcf9da78547e54e Cr-Commit-Position: refs/heads/master@{#14001}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added IsConsistent() check #

Unified diffs Side-by-side diffs Stats (+37 lines, -0 lines)
M webrtc/base/buffer.h View 1 chunk +5 lines, -0 lines 0 comments
M webrtc/base/buffer_unittest.cc View 23 chunks +32 lines, -0 lines 0 comments

Dependent Patchsets:

Messages

Total messages: 22 (10 generated)
ossu
I'm aiming to use rtc::Buffer in a few more places and having an empty() method ...
4 years, 3 months ago (2016-08-30 15:03:20 UTC) #2
kwiberg-webrtc
lgtm https://codereview.webrtc.org/2290343002/diff/1/webrtc/base/buffer.h File webrtc/base/buffer.h (right): https://codereview.webrtc.org/2290343002/diff/1/webrtc/base/buffer.h#newcode127 webrtc/base/buffer.h:127: bool empty() const { return size_ == 0; ...
4 years, 3 months ago (2016-08-30 15:34:12 UTC) #3
ossu
https://codereview.webrtc.org/2290343002/diff/1/webrtc/base/buffer.h File webrtc/base/buffer.h (right): https://codereview.webrtc.org/2290343002/diff/1/webrtc/base/buffer.h#newcode127 webrtc/base/buffer.h:127: bool empty() const { return size_ == 0; } ...
4 years, 3 months ago (2016-08-30 15:45:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2290343002/20001
4 years, 3 months ago (2016-08-30 15:46:11 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: ios64_gn_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios64_gn_rel/builds/2371)
4 years, 3 months ago (2016-08-30 15:52:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2290343002/20001
4 years, 3 months ago (2016-08-31 10:07:26 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios64_gn_rel on master.tryserver.webrtc (JOB_FAILED, no build URL)
4 years, 3 months ago (2016-08-31 10:08:36 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2290343002/20001
4 years, 3 months ago (2016-08-31 15:05:32 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios64_gn_rel on master.tryserver.webrtc (JOB_FAILED, no build URL)
4 years, 3 months ago (2016-08-31 15:06:22 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2290343002/20001
4 years, 3 months ago (2016-08-31 15:28:33 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-08-31 15:40:07 UTC) #20
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 15:40:17 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5955e24fe8355be21eb775385bcf9da78547e54e
Cr-Commit-Position: refs/heads/master@{#14001}

Powered by Google App Engine