Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_xml_output_unittest_.cc122 TEST(NoFixtureTest, RecordProperty) { in TEST() argument
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1719 void TestResult::RecordProperty(const std::string& xml_element, in RecordProperty() function in testing::TestResult
1898 void Test::RecordProperty(const std::string& key, const std::string& value) { in RecordProperty() function in testing::Test
1903 void Test::RecordProperty(const std::string& key, int value) { in RecordProperty() function in testing::Test
3775 void UnitTest::RecordProperty(const std::string& key, in RecordProperty() function in testing::UnitTest
3955 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() function in testing::internal::UnitTestImpl
Dgtest-internal-inl.h1045 static void RecordProperty(TestResult* test_result, in RecordProperty() function