Home
last modified time | relevance | path

Searched refs:throw_bad_alloc (Results 1 – 13 of 13) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/base/internal/
Dexception_safety_testing.cc38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument
40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
Dexception_safety_testing.h105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument
40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
Dexception_safety_testing.h105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument
40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
Dexception_safety_testing.h105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument
40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
Dexception_safety_testing.h105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
/external/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument
40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
Dexception_safety_testing.h105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.cc38 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc) { in MaybeThrow() argument
40 if (throw_bad_alloc) throw TestBadAllocException(msg); in MaybeThrow()
Dexception_safety_testing.h105 void MaybeThrow(absl::string_view msg, bool throw_bad_alloc = false);
/external/pigweed/docs/
Dsize_optimizations.rst461 PW_CRASH("std::throw_bad_alloc");