Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc361 struct AStruct { struct
362 AStruct() : x(0), y(1.0), z(5), p(nullptr) {} in AStruct() function
363 AStruct(const AStruct& rhs) in AStruct() function
373 struct DerivedStruct : public AStruct {
381 Matcher<AStruct> m = Field(&AStruct::x, Ge(0)); in TEST()
382 Matcher<AStruct> m_with_name = Field("x", &AStruct::x, Ge(0)); in TEST()
384 AStruct in TEST()
[all...]

Completed in 3 milliseconds