Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h342 class TestPropertyKeyIs {
347 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} in TestPropertyKeyIs() function
H A Dgtest.cc2294 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()