Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1712 struct UnaryConstructorClass { struct
1713 explicit UnaryConstructorClass(int v) : value(v) {} in UnaryConstructorClass() function
1714 int value;