Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
a3a92c264b3f35ee6a91e2398ead0cf5a605df41
/
api
/
optional_unittest.cc
e403212
Added nullopt and implicit construction to rtc::Optional
by Oskar Sundbom
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/api/optional_unittest.cc]
84f6a3f
Move optional.h to webrtc/api/
by kwiberg
· 7 years ago
[Renamed (98%) from webrtc/rtc_base/optional_unittest.cc]
e96c45b
Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by kjellander
· 8 years ago
0072511
Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by Henrik Kjellander
· 8 years ago
f1c5ebf
Update includes for webrtc/{base => rtc_base} rename (3/3)
by kjellander
· 8 years ago
c036276
Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 8 years ago
[Renamed from webrtc/base/optional_unittest.cc]
ec78f1c
Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 8 years ago
[Renamed from webrtc/rtc_base/optional_unittest.cc]
6776518
Move webrtc/{base => rtc_base}
by Henrik Kjellander
· 8 years ago
[Renamed from webrtc/base/optional_unittest.cc]
f79dbad
Add has_value() and value() methods to rtc::Optional.
by terelius
· 8 years ago
e5c27a5
Add a PrintTo function for rtc::Optional to aid with testing.
by ossu
· 8 years ago
81baed3
Add ability to return moved value from FunctorMessageHandler, Optional.
by deadbeef
· 8 years ago
e037060
Add to rtc::Optional equality/unequality comparisions with object
by danilchap
· 8 years ago
9e83c97
Add rtc::Optional::emplace
by danilchap
· 8 years ago
c4fd23c
Add rtc::Optional::reset
by danilchap
· 8 years ago
d040480
rtc::Optional<T>: Don't secretly contain a default-constructed T when empty
by kwiberg
· 9 years ago
555604a
Replace scoped_ptr with unique_ptr in webrtc/base/
by jbauch
· 9 years ago
1d50ee4
Stop using some scoped_ptr features that unique_ptr doesn't have
by kwiberg
· 9 years ago
b213795
Fix confusing naming of static class variables
by kwiberg
· 9 years ago
cea7c2f
Replace manual casting to rvalue reference with calls to std::move
by kwiberg
· 9 years ago
be57983
Rename Maybe to Optional
by Karl Wiberg
· 9 years ago
[Renamed (82%) from webrtc/base/maybe_unittest.cc]
102c6a6
Replace rtc::cricket::Settable with rtc::Maybe
by kwiberg
· 9 years ago
6e58720
Introduce rtc::Maybe<T>, which either contains a T or not.
by Karl Wiberg
· 9 years ago