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

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_stress_test.cc53 using internal::TestPropertyKeyIs;
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest_stress_test.cc53 using internal::TestPropertyKeyIs;
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest_stress_test.cc53 using internal::TestPropertyKeyIs;
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h345 // TestPropertyKeyIs is copyable.
346 class TestPropertyKeyIs { class in namespace:testing::internal
350 // TestPropertyKeyIs has NO default constructor.
351 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} function in class:testing::internal::TestPropertyKeyIs
H A Dgtest.cc1727 internal::TestPropertyKeyIs(test_property.key()));
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h345 // TestPropertyKeyIs is copyable.
346 class TestPropertyKeyIs { class in namespace:testing::internal
350 // TestPropertyKeyIs has NO default constructor.
351 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} function in class:testing::internal::TestPropertyKeyIs
H A Dgtest.cc1727 internal::TestPropertyKeyIs(test_property.key()));
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h345 // TestPropertyKeyIs is copyable.
346 class TestPropertyKeyIs { class in namespace:testing::internal
350 // TestPropertyKeyIs has NO default constructor.
351 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} function in class:testing::internal::TestPropertyKeyIs
H A Dgtest.cc1727 internal::TestPropertyKeyIs(test_property.key()));

Completed in 145 milliseconds