Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_stress_test.cc53 using internal::TestPropertyKeyIs;
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h346 class TestPropertyKeyIs {
351 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} in TestPropertyKeyIs() function
Dgtest.cc1727 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()