Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc994 struct CustomStruct { struct
995 explicit CustomStruct(int value) : x(value) {} in CustomStruct() function
999 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument