Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h1043 static void RecordProperty(TestResult* test_result, in RecordProperty() function
H A Dgtest.cc2286 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult
2479 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test
5389 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
5600 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h304 static void RecordProperty(const std::string& key, const T& value) { in RecordProperty() function