HomeSort by relevance Sort by last modified time
    Searched defs:ExternalUtilityThatCallsRecordProperty (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest_.cc 126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) {
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key,
136 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
140 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");
  /external/gtest/test/
gtest_xml_output_unittest_.cc 126 void ExternalUtilityThatCallsRecordProperty(const std::string& key, int value) {
130 void ExternalUtilityThatCallsRecordProperty(const std::string& key,
136 ExternalUtilityThatCallsRecordProperty("key_for_utility_int", 1);
140 ExternalUtilityThatCallsRecordProperty("key_for_utility_string", "1");

Completed in 65 milliseconds