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

/gem5/ext/googletest/googletest/test/
H A Dgtest_stress_test.cc53 using internal::TestPropertyKeyIs;
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h346 // TestPropertyKeyIs is copyable.
347 class TestPropertyKeyIs { class in namespace:testing::internal
351 // TestPropertyKeyIs has NO default constructor.
352 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} function in class:testing::internal::TestPropertyKeyIs
H A Dgtest.cc2065 internal::TestPropertyKeyIs(test_property.key()));

Completed in 30 milliseconds