Searched refs:throw_bad_alloc (Results 1 – 13 of 13) sorted by relevance
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | exception_safety_testing.cc | 38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument 40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
|
D | exception_safety_testing.h | 105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.cc | 38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument 40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
|
D | exception_safety_testing.h | 105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.cc | 38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument 40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
|
D | exception_safety_testing.h | 105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.cc | 38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument 40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
|
D | exception_safety_testing.h | 105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
|
/external/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.cc | 38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument 40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
|
D | exception_safety_testing.h | 105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | exception_safety_testing.cc | 38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument 40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
|
D | exception_safety_testing.h | 105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
|
/external/pigweed/docs/ |
D | size_optimizations.rst | 461 PW_CRASH("std::throw_bad_alloc");
|