Searched refs:ExternalUtilityThatCallsRecordProperty (Results 1 – 2 of 2) sorted by relevance
123 void ExternalUtilityThatCallsRecordProperty(const char* key, int value) { in ExternalUtilityThatCallsRecordProperty() function127 void ExternalUtilityThatCallsRecordProperty(const char* key, in ExternalUtilityThatCallsRecordProperty() function133 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1); in TEST()137 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1"); in TEST()
133 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) { in ExternalUtilityThatCallsRecordProperty() function137 void ExternalUtilityThatCallsRecordProperty(const std::string& key, in ExternalUtilityThatCallsRecordProperty() function143 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1); in TEST()147 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1"); in TEST()