Searched defs:RecordProperty (Results 1 – 3 of 3) sorted by relevance
1043 static void RecordProperty(TestResult* test_result, in RecordProperty() function
2286 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult2479 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test5389 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest5600 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
304 static void RecordProperty(const std::string& key, const T& value) { in RecordProperty() function