Home
last modified time | relevance | path

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

/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc542 struct ConvertibleFromAny { struct
543 ConvertibleFromAny(int a_value) : value(a_value) {} in ConvertibleFromAny() function
545 ConvertibleFromAny(const T& /*a_value*/) : value(-1) { in ConvertibleFromAny() function
548 int value;
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc541 struct ConvertibleFromAny { struct
542 ConvertibleFromAny(int a_value) : value(a_value) {} in ConvertibleFromAny() argument
544 ConvertibleFromAny(const T& /*a_value*/) : value(-1) { in ConvertibleFromAny() argument
547 int value;
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc541 struct ConvertibleFromAny { struct
542 ConvertibleFromAny(int a_value) : value(a_value) {} in ConvertibleFromAny() function
544 ConvertibleFromAny(const T& /*a_value*/) : value(-1) { in ConvertibleFromAny() argument
547 int value;