Searched refs:TypedTestCasePState (Results 1 – 4 of 4) sorted by relevance
174 using testing::internal::TypedTestCasePState;186 TypedTestCasePState state_;
51 const char* TypedTestCasePState::VerifyRegisteredTestNames( in VerifyRegisteredTestNames()
220 static ::testing::internal::TypedTestCasePState \
498 class GTEST_API_ TypedTestCasePState {500 TypedTestCasePState() : registered_(false) {} in TypedTestCasePState() function