OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExpectStringValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
syncable_id_unittest.cc
91
void
ExpectStringValue
(const std::string& expected_str,
102
ExpectStringValue
("r", Id::CreateFromServerId("0").ToValue());
103
ExpectStringValue
("svalue", Id::CreateFromServerId("value").ToValue());
105
ExpectStringValue
("r", Id::CreateFromClientString("0").ToValue());
106
ExpectStringValue
("cvalue", Id::CreateFromClientString("value").ToValue());
model_type_unittest.cc
21
void
ExpectStringValue
(const std::string& expected_str,
33
ExpectStringValue
(ModelTypeToString(model_type),
36
ExpectStringValue
("Top-level folder",
38
ExpectStringValue
("Unspecified",
/external/chromium_org/base/test/
values_test_util.cc
55
void
ExpectStringValue
(const std::string& expected_str,
Completed in 419 milliseconds