Home
last modified time | relevance | path

Searched refs:ExternalUtilityThatCallsRecordProperty (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
Dgtest_xml_output_unittest_.cc123 void ExternalUtilityThatCallsRecordProperty(const char* key, int value) { in ExternalUtilityThatCallsRecordProperty() function
127 void ExternalUtilityThatCallsRecordProperty(const char* key, in ExternalUtilityThatCallsRecordProperty() function
133 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1); in TEST()
137 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1"); in TEST()
/external/googletest/googletest/test/
Dgtest_xml_output_unittest_.cc133 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { in ExternalUtilityThatCallsRecordProperty() function
137 void ExternalUtilityThatCallsRecordProperty(const std::string& key, in ExternalUtilityThatCallsRecordProperty() function
143 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1); in TEST()
147 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1"); in TEST()