Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc373 struct DerivedStruct : public AStruct { struct
446 // Note that the matcher expects DerivedStruct but we say AStruct in TEST()
448 Matcher<const DerivedStruct&> m = Field(&AStruct::x, Ge(0)); in TEST()
450 DerivedStruct d; in TEST()
552 // Note that the matcher expects DerivedStruct but we say AStruct in TEST()
554 Matcher<DerivedStruct*> m = Field(&AStruct::x, Ge(0)); in TEST()
556 DerivedStruct d; in TEST()

Completed in 12 milliseconds