Home
last modified time | relevance | path

Searched defs:m_with_name (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock-matchers-containers_test.cc375 Matcher<AStruct> m_with_name = Field("x", &AStruct::x, Ge(0)); in TEST() local
390 Matcher<AStruct> m_with_name = Field("y", &AStruct::y, Ge(0.0)); in TEST() local
643 Matcher<const AClass&> m_with_name = Property("n", &AClass::n, Ge(0)); in TEST() local
659 Matcher<const AClass&> m_with_name = in TEST() local
676 Matcher<const AClass&> m_with_name = in TEST() local
736 Matcher<const AClass&> m_with_name = in TEST() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc4041 Matcher<AStruct> m_with_name = Field("x", &AStruct::x, Ge(0)); in TEST() local
4056 Matcher<AStruct> m_with_name = Field("y", &AStruct::y, Ge(0.0)); in TEST() local
4308 Matcher<const AClass&> m_with_name = Property("n", &AClass::n, Ge(0)); in TEST() local
4324 Matcher<const AClass&> m_with_name = in TEST() local
4341 Matcher<const AClass&> m_with_name = in TEST() local
4402 Matcher<const AClass&> m_with_name = in TEST() local