Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc713 struct ConvertibleToBool { struct
714 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() function
715 operator bool() const { return x; } // NOLINT in operator bool()
716 bool x = false;
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc2954 class ConvertibleToBool { in TEST() class
2956 explicit ConvertibleToBool(int number) : number_(number) {} in TEST() function in testing::gmock_matchers_test::__anonbffc6dba0111::ConvertibleToBool