Searched refs:ExternalUtilityThatCallsRecordProperty (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/gtest/test/ |
D | gtest_xml_output_unittest_.cc | 120 void ExternalUtilityThatCallsRecordProperty(const char* key, int value) { in ExternalUtilityThatCallsRecordProperty() function 124 void ExternalUtilityThatCallsRecordProperty(const char* key, in ExternalUtilityThatCallsRecordProperty() function 130 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1); in TEST() 134 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1"); in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_xml_output_unittest_.cc | 123 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/gtest/test/ |
D | gtest_xml_output_unittest_.cc | 126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { in ExternalUtilityThatCallsRecordProperty() function 130 void ExternalUtilityThatCallsRecordProperty(const std::string& key, in ExternalUtilityThatCallsRecordProperty() function 136 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1); in TEST() 140 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1"); in TEST()
|