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-arithmetic_test.cc861 class ConvertibleToBool { class
863 explicit ConvertibleToBool(int number) : number_(number) {} in ConvertibleToBool() function in testing::gmock_matchers_test::__anondc91f3930111::ConvertibleToBool