Home
last modified time | relevance | path

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

/external/libtextclassifier/abseil-cpp/absl/status/
Dstatusor_test.cc664 struct ConvertibleToBool { struct
665 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() argument
666 operator bool() const { return x; } // NOLINT in operator bool()
667 bool x = false;
/external/openscreen/third_party/abseil/src/absl/status/
Dstatusor_test.cc675 struct ConvertibleToBool { struct
676 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() argument
677 operator bool() const { return x; } // NOLINT in operator bool()
678 bool x = false;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatusor_test.cc664 struct ConvertibleToBool { struct
665 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() function
666 operator bool() const { return x; } // NOLINT in operator bool()
667 bool x = false;
/external/angle/third_party/abseil-cpp/absl/status/
Dstatusor_test.cc675 struct ConvertibleToBool { struct
676 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() argument
677 operator bool() const { return x; } // NOLINT in operator bool()
678 bool x = false;
/external/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::__anon01910f110111::ConvertibleToBool