Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc296 class IntWrapper { class
298 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper
299 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper