Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc971 struct CustomStruct { struct
972 explicit CustomStruct(int value) : x(value) {} in CustomStruct() function
976 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument
981 class CustomStructNamingTest : public TestWithParam<CustomStruct> {};
993 Values(CustomStruct(0), CustomStruct(1)),