/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
H A D | ranges_set_difference.pass.cpp | 518 struct ConvertibleToBool { in test() struct 519 bool b; in test() 520 constexpr operator bool() const { return b; } in test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/ |
H A D | ranges_merge.pass.cpp | 544 struct ConvertibleToBool { in test() struct 545 bool b; in test() 546 constexpr operator bool() const { return b; } in test()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
H A D | ranges_set_intersection.pass.cpp | 537 struct ConvertibleToBool { in test() struct 538 bool b; in test() 539 constexpr operator bool() const { return b; } in test()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/status/ |
H A D | statusor_test.cc | 675 struct ConvertibleToBool { struct 676 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() function 677 operator bool() const { return x; } // NOLINT in operator bool() 678 bool x = false;
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 604 struct ConvertibleToBool { struct 605 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() argument 606 operator bool() const { return x; } // NOLINT in operator bool() 607 bool x = false;
|
/aosp_15_r20/external/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 604 struct ConvertibleToBool { struct 605 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() argument 606 operator bool() const { return x; } // NOLINT in operator bool() 607 bool x = false;
|
/aosp_15_r20/external/pigweed/pw_result/ |
H A D | statusor_test.cc | 575 struct ConvertibleToBool { struct 576 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() function 577 operator bool() const { return x; } // NOLINT in operator bool() 578 bool x = false;
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 713 struct ConvertibleToBool { struct 714 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() argument 715 operator bool() const { return x; } // NOLINT in operator bool() 716 bool x = false;
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/status/ |
H A D | statusor_test.cc | 713 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;
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 723 struct ConvertibleToBool { struct 724 explicit ConvertibleToBool(bool y) : x(y) {} in ConvertibleToBool() argument 725 operator bool() const { return x; } // NOLINT in operator bool() 726 bool x = false;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/ |
D | statusor_test.cc | 713 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;
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 862 class ConvertibleToBool { class 864 explicit ConvertibleToBool(int number) : number_(number) {} in ConvertibleToBool() function in testing::gmock_matchers_test::__anon6fd08dfc0111::ConvertibleToBool
|
/aosp_15_r20/external/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 864 class ConvertibleToBool { class 866 explicit ConvertibleToBool(int number) : number_(number) {} in ConvertibleToBool() function in testing::gmock_matchers_test::__anon2fc6c9170111::ConvertibleToBool
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 862 class ConvertibleToBool { class 864 explicit ConvertibleToBool(int number) : number_(number) {} in ConvertibleToBool() function in testing::gmock_matchers_test::__anonf07e23e10111::ConvertibleToBool
|