Home
last modified time | relevance | path

Searched defs:RecordProperty (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
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
2273 void Test::RecordProperty(const std::string& key, int value) { in RecordProperty() function in testing::Test
4838 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
H A Dgtest-internal-inl.h1037 static void RecordProperty(TestResult* test_result, in RecordProperty() function