OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExternalUtilityThatCallsRecordProperty
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/gtest/test/
gtest_xml_output_unittest_.cc
120
void
ExternalUtilityThatCallsRecordProperty
(const char* key, int value) {
124
void
ExternalUtilityThatCallsRecordProperty
(const char* key,
130
ExternalUtilityThatCallsRecordProperty
("key_for_utility_int", 1);
134
ExternalUtilityThatCallsRecordProperty
("key_for_utility_string", "1");
/external/chromium/testing/gtest/test/
gtest_xml_output_unittest_.cc
124
void
ExternalUtilityThatCallsRecordProperty
(const char* key, int value) {
128
void
ExternalUtilityThatCallsRecordProperty
(const char* key,
134
ExternalUtilityThatCallsRecordProperty
("key_for_utility_int", 1);
138
ExternalUtilityThatCallsRecordProperty
("key_for_utility_string", "1");
/external/gtest/test/
gtest_xml_output_unittest_.cc
124
void
ExternalUtilityThatCallsRecordProperty
(const char* key, int value) {
128
void
ExternalUtilityThatCallsRecordProperty
(const char* key,
134
ExternalUtilityThatCallsRecordProperty
("key_for_utility_int", 1);
138
ExternalUtilityThatCallsRecordProperty
("key_for_utility_string", "1");
Completed in 4063 milliseconds