OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExternalUtilityThatCallsRecordProperty
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest_.cc
126
void
ExternalUtilityThatCallsRecordProperty
(const std::string& key, int value) {
130
void
ExternalUtilityThatCallsRecordProperty
(const std::string& key,
136
ExternalUtilityThatCallsRecordProperty
("key_for_utility_int", 1);
140
ExternalUtilityThatCallsRecordProperty
("key_for_utility_string", "1");
/external/gtest/test/
gtest_xml_output_unittest_.cc
126
void
ExternalUtilityThatCallsRecordProperty
(const std::string& key, int value) {
130
void
ExternalUtilityThatCallsRecordProperty
(const std::string& key,
136
ExternalUtilityThatCallsRecordProperty
("key_for_utility_int", 1);
140
ExternalUtilityThatCallsRecordProperty
("key_for_utility_string", "1");
Completed in 65 milliseconds