Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgoogletest-param-test-test.cc938 struct CustomStruct { struct
939 explicit CustomStruct(int value) : x(value) {} in CustomStruct() function
943 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument