Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgtest_xml_output_unittest_.cc138 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
/third_party/mesa3d/src/gtest/src/
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
Dgtest-internal-inl.h1037 static void RecordProperty(TestResult* test_result, in RecordProperty() function
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h1042 static void RecordProperty(TestResult* test_result, in RecordProperty() function
Dgtest.cc2269 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult
2459 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test
2464 void Test::RecordProperty(const std::string& key, int64_t value) { in RecordProperty() function in testing::Test
5370 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
5575 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
/third_party/node/deps/googletest/src/
Dgtest-internal-inl.h1043 static void RecordProperty(TestResult* test_result, in RecordProperty() function
Dgtest.cc2277 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult
2470 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test
5405 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
5616 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc1435 static void RecordProperty(TestResult* test_result, in RecordProperty() function in testing::internal::TestResultAccessor
3730 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult
3933 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test
3938 void Test::RecordProperty(const std::string& key, int value) { in RecordProperty() function in testing::Test
6842 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
7047 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
/third_party/node/deps/googletest/include/gtest/
Dgtest.h304 static void RecordProperty(const std::string& key, const T& value) { in RecordProperty() function