Home
last modified time | relevance | path

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

/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-actions_test.cc1760 struct UnaryConstructorClass { struct
1761 explicit UnaryConstructorClass(int v) : value(v) {} in UnaryConstructorClass() argument
1762 int value;
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-actions_test.cc1712 struct UnaryConstructorClass { struct
1713 explicit UnaryConstructorClass(int v) : value(v) {} in UnaryConstructorClass() function
1714 int value;
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/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;