Searched defs:ExternalUtilityThatCallsRecordProperty (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest_xml_output_unittest_.cc120 void ExternalUtilityThatCallsRecordProperty(const char* key, int value) { function
124 void ExternalUtilityThatCallsRecordProperty(const char* key, function
130 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
134 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");
/external/chromium_org/testing/gtest/test/
H A Dgtest_xml_output_unittest_.cc126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { function
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key, function
136 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
140 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");
/external/gtest/test/
H A Dgtest_xml_output_unittest_.cc126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { function
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key, function
136 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
140 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");

Completed in 113 milliseconds