| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ | 
| D | ranges_set_difference.pass.cpp | 518     struct ConvertibleToBool {  in test()  struct519       bool b;  in test()
 520       constexpr operator bool() const { return b; }  in test()
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.merge/ | 
| D | ranges_merge.pass.cpp | 543     struct ConvertibleToBool {  in test()  struct544       bool b;  in test()
 545       constexpr operator bool() const { return b; }  in test()
 
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ | 
| D | ranges_set_intersection.pass.cpp | 537     struct ConvertibleToBool {  in test()  struct538       bool b;  in test()
 539       constexpr operator bool() const { return b; }  in test()
 
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/ | 
| D | statusor_test.cc | 675 struct ConvertibleToBool {  struct676   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  argument
 677   operator bool() const { return x; }  // NOLINT  in operator bool()
 678   bool x = false;
 
 | 
| /external/libtextclassifier/abseil-cpp/absl/status/ | 
| D | statusor_test.cc | 664 struct ConvertibleToBool {  struct665   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  argument
 666   operator bool() const { return x; }  // NOLINT  in operator bool()
 667   bool x = false;
 
 | 
| /external/pigweed/pw_result/ | 
| D | statusor_test.cc | 578 struct ConvertibleToBool {  struct579   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  argument
 580   operator bool() const { return x; }  // NOLINT  in operator bool()
 581   bool x = false;
 
 | 
| /external/openscreen/third_party/abseil/src/absl/status/ | 
| D | statusor_test.cc | 675 struct ConvertibleToBool {  struct676   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  function
 677   operator bool() const { return x; }  // NOLINT  in operator bool()
 678   bool x = false;
 
 | 
| /external/webrtc/third_party/abseil-cpp/absl/status/ | 
| D | statusor_test.cc | 713 struct ConvertibleToBool {  struct714   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  argument
 715   operator bool() const { return x; }  // NOLINT  in operator bool()
 716   bool x = false;
 
 | 
| /external/angle/third_party/abseil-cpp/absl/status/ | 
| D | statusor_test.cc | 713 struct ConvertibleToBool {  struct714   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  argument
 715   operator bool() const { return x; }  // NOLINT  in operator bool()
 716   bool x = false;
 
 | 
| /external/abseil-cpp/absl/status/ | 
| D | statusor_test.cc | 713 struct ConvertibleToBool {  struct714   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  function
 715   operator bool() const { return x; }  // NOLINT  in operator bool()
 716   bool x = false;
 
 | 
| /external/tensorflow/third_party/absl/abseil-cpp/absl/status/ | 
| D | statusor_test.cc | 713 struct ConvertibleToBool {  struct714   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  argument
 715   operator bool() const { return x; }  // NOLINT  in operator bool()
 716   bool x = false;
 
 | 
| /external/cronet/third_party/abseil-cpp/absl/status/ | 
| D | statusor_test.cc | 713 struct ConvertibleToBool {  struct714   explicit ConvertibleToBool(bool y) : x(y) {}  in ConvertibleToBool()  function
 715   operator bool() const { return x; }  // NOLINT  in operator bool()
 716   bool x = false;
 
 | 
| /external/cronet/third_party/googletest/src/googlemock/test/ | 
| D | gmock-matchers-arithmetic_test.cc | 857 class ConvertibleToBool {  class859   explicit ConvertibleToBool(int number) : number_(number) {}  in ConvertibleToBool()  function in testing::gmock_matchers_test::__anone90fbfb00111::ConvertibleToBool
 
 | 
| /external/googletest/googlemock/test/ | 
| D | gmock-matchers_test.cc | 2954 class ConvertibleToBool {  in TEST()  class2956   explicit ConvertibleToBool(int number) : number_(number) {}  in TEST()  function in testing::gmock_matchers_test::__anon9be9be2f0111::ConvertibleToBool
 
 |