Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Issue 2375023004: rtc::FunctionView improvements: accept function pointers and nullptr (Closed)

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

Description

rtc::FunctionView improvements: accept function pointers and nullptr BUG=webrtc:5801 Committed: https://crrev.com/607d9d7f604f7d8cc4a427de38db06eb674482b9 Cr-Commit-Position: refs/heads/master@{#14483}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -34 lines) Patch
M webrtc/base/function_view.h View 2 chunks +85 lines, -25 lines 3 comments Download
M webrtc/base/function_view_unittest.cc View 4 chunks +38 lines, -9 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
kwiberg-webrtc
Template Thursday! https://codereview.webrtc.org/2375023004/diff/1/webrtc/base/function_view.h File webrtc/base/function_view.h (right): https://codereview.webrtc.org/2375023004/diff/1/webrtc/base/function_view.h#newcode79 webrtc/base/function_view.h:79: : call_(f ? CallFunPtr<typename std::remove_pointer<F>::type> : nullptr) ...
4 years, 2 months ago (2016-09-29 07:52:40 UTC) #2
ossu
lgtm https://codereview.webrtc.org/2375023004/diff/1/webrtc/base/function_view.h File webrtc/base/function_view.h (right): https://codereview.webrtc.org/2375023004/diff/1/webrtc/base/function_view.h#newcode79 webrtc/base/function_view.h:79: : call_(f ? CallFunPtr<typename std::remove_pointer<F>::type> : nullptr) { ...
4 years, 2 months ago (2016-10-03 11:28:12 UTC) #3
kwiberg-webrtc
https://codereview.webrtc.org/2375023004/diff/1/webrtc/base/function_view.h File webrtc/base/function_view.h (right): https://codereview.webrtc.org/2375023004/diff/1/webrtc/base/function_view.h#newcode79 webrtc/base/function_view.h:79: : call_(f ? CallFunPtr<typename std::remove_pointer<F>::type> : nullptr) { On ...
4 years, 2 months ago (2016-10-03 11:46:31 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/2375023004/1
4 years, 2 months ago (2016-10-03 11:46:47 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_msan on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_msan/builds/13636)
4 years, 2 months ago (2016-10-03 12:38:30 UTC) #8
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/2375023004/1
4 years, 2 months ago (2016-10-03 17:32:03 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-03 19:40:40 UTC) #11
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 19:40:48 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/607d9d7f604f7d8cc4a427de38db06eb674482b9
Cr-Commit-Position: refs/heads/master@{#14483}

Powered by Google App Engine
This is Rietveld 408576698