OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WithDefault
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
choice_helpers.h
28
* "Choice 2\n").
WithDefault
("Choice 1").Choose();
46
ChoiceBuilder&
WithDefault
(const std::string& default_choice);
choice_helpers.cc
35
ChoiceBuilder& ChoiceBuilder::
WithDefault
(const std::string& default_choice) {
45
input_helper_.
WithDefault
(number);
input_helpers_unittest.cc
32
.
WithDefault
("MyDefault")
75
.
WithDefault
("Whatever")
choice_helpers_unittest.cc
91
.
WithDefault
("Choice 2").Choose());
input_helpers.h
54
InputBuilder&
WithDefault
(const std::string& default_value);
input_helpers.cc
101
InputBuilder& InputBuilder::
WithDefault
(const std::string& default_value) {
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_custom_call.cc
351
.
WithDefault
("Start the call").Choose();
587
.
WithDefault
("Keep the call running indefinitely").Choose();
607
.
WithDefault
("Stop call")
[
all
...]
Completed in 120 milliseconds