Home
last modified time | relevance | path

Searched refs:RecordPropertyForCurrentTest (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1199 void RecordPropertyForCurrentTest(const char* key, const char* value);
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc1920 UnitTest::GetInstance()->RecordPropertyForCurrentTest(key, value); in RecordProperty()
3781 void UnitTest::RecordPropertyForCurrentTest(const char* key, in RecordPropertyForCurrentTest() function in testing::UnitTest