Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3923 AStruct(const AStruct& rhs) in AStruct() function
3945 Matcher<AStruct> m = Field(&AStruct::x, Ge(0)); in TEST()
3948 AStruct a; in TEST()
3958 AStruct a; in TEST()
3960 Matcher<AStruct> m = Field(&AStruct::y, Ge(0.0)); in TEST()
3972 AStruct a; in TEST()
3984 AStruct a; in TEST()
4001 AStruct a; in TEST()
4024 Matcher<const AStruct&> m = Field(&AStruct::x, in TEST()
4088 Matcher<AStruct*> m = Field(&AStruct::x, Ge(0)); in TEST()
[all …]