Searched defs:RecordProperty (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1229 static void RecordProperty(TestResult* test_result, function in class:testing::internal::TestResultAccessor
1231 test_result->RecordProperty(property);
H A Dgtest.cc1809 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::TestResult
1830 << "Reserved key used in RecordProperty(): "
1914 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1919 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1922 RecordProperty(key, value_message.GetString().c_str());
3600 impl_->current_test_result()->RecordProperty(test_property);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1585 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::TestResult
1606 << "Reserved key used in RecordProperty(): "
1688 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1693 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1696 RecordProperty(key, value_message.GetString().c_str());
2941 impl_->current_test_result()->RecordProperty(test_property);
/external/gtest/src/
H A Dgtest.cc1821 void TestResult::RecordProperty(const TestProperty& test_property) { function in class:testing::internal::TestResult
1842 << "Reserved key used in RecordProperty(): "
1924 void Test::RecordProperty(const char* key, const char* value) { function in class:testing::Test
1929 void Test::RecordProperty(const char* key, int value) { function in class:testing::Test
1932 RecordProperty(key, value_message.GetString().c_str());
3343 impl_->current_test_result()->RecordProperty(test_property);

Completed in 83 milliseconds