HomeSort by: relevance | last modified time | path
    Searched refs:RecordProperty (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 740 void RecordProperty(const TestProperty& test_property);
1037 static void RecordProperty(TestResult* test_result,
1040 test_result->RecordProperty(xml_element, property);
gtest.cc 2066 void TestResult::RecordProperty(const std::string& xml_element,
2106 // still RecordProperty("result") or "RecordProperty(timestamp")
2166 ADD_FAILURE() << "Reserved key used in RecordProperty(): " << property_name
2268 void Test::RecordProperty(const std::string& key, const std::string& value) {
2269 UnitTest::GetInstance()->RecordProperty(key, value);
2273 void Test::RecordProperty(const std::string& key, int value) {
2276 RecordProperty(key, value_message.GetString().c_str());
4838 void UnitTest::RecordProperty(const std::string& key,
4840 impl_->RecordProperty(TestProperty(key, value))
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 452 // not members of the test fixture. Calls to RecordProperty made during
457 // corresponding <testsuite> element. Calls to RecordProperty made in the
461 static void RecordProperty(const std::string& key, const std::string& value);
462 static void RecordProperty(const std::string& key, int value);
641 void RecordProperty(const std::string& xml_element,
1405 void RecordProperty(const std::string& key, const std::string& value);

Completed in 23 milliseconds