Home
last modified time | relevance | path

Searched refs:RecordProperty (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h740 void RecordProperty(const TestProperty& test_property);
1037 static void RecordProperty(TestResult* test_result, in RecordProperty() function
1040 test_result->RecordProperty(xml_element, property); in RecordProperty()
H A Dgtest.cc2066 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult
2268 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test
2269 UnitTest::GetInstance()->RecordProperty(key, value); in RecordProperty()
2273 void Test::RecordProperty(const std::string& key, int value) { in RecordProperty() function in testing::Test
2276 RecordProperty(key, value_message.GetString().c_str()); in RecordProperty()
4838 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
4840 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty()
5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
5057 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h461 static void RecordProperty(const std::string& key, const std::string& value);
462 static void RecordProperty(const std::string& key, int value);
641 void RecordProperty(const std::string& xml_element,
1405 void RecordProperty(const std::string& key, const std::string& value);