Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h348 class TestPropertyKeyIs {
353 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} in TestPropertyKeyIs() function
H A Dgtest.cc2074 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()