Searched refs:TypedTestCasePState (Results 1 – 4 of 4) sorted by relevance
172 using testing::internal::TypedTestCasePState;184 TypedTestCasePState state_;
43 const char* TypedTestCasePState::VerifyRegisteredTestNames( in VerifyRegisteredTestNames()
217 static ::testing::internal::TypedTestCasePState \
606 class TypedTestCasePState {608 TypedTestCasePState() : registered_(false) {} in TypedTestCasePState() function