Home
last modified time | relevance | path

Searched defs:noexcept (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function
280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function
300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function
310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function
547 static void* operator new[](size_t s) noexcept( in noexcept() function
565 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function
280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function
300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function
310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function
547 static void* operator new[](size_t s) noexcept( in noexcept() function
565 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dexception_safety_testing.h271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function
280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function
300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function
310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function
547 static void* operator new[](size_t s) noexcept( in noexcept() function
565 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function
280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function
300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function
310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function
547 static void* operator new[](size_t s) noexcept( in noexcept() function
565 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function
280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function
300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function
310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function
547 static void* operator new[](size_t s) noexcept( in noexcept() function
565 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function
280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function
300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function
310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function
547 static void* operator new[](size_t s) noexcept( in noexcept() function
565 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__utility/
Dpair.h228 … __nat> const& __p) noexcept(is_nothrow_copy_assignable<first_type>::value && in noexcept() function
237 __p) noexcept(is_nothrow_move_assignable<first_type>::value && in noexcept() function
267noexcept(is_nothrow_copy_assignable_v<const first_type> && is_nothrow_copy_assignable_v<const seco… in noexcept() function
277 noexcept(is_nothrow_assignable_v<const first_type&, first_type> && in noexcept() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dexception_safety_testing.h271 ThrowingValue(const ThrowingValue& other) noexcept( in noexcept() function
280 ThrowingValue(ThrowingValue&& other) noexcept( in noexcept() function
300 ThrowingValue& operator=(const ThrowingValue& other) noexcept( in noexcept() function
310 ThrowingValue& operator=(ThrowingValue&& other) noexcept( in noexcept() function
550 static void* operator new[](size_t s, Args&&... args) noexcept( in noexcept() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/
H A Dtypes.h51 constexpr TracedBase& operator=(const TracedBase& other) noexcept(copyMoveNoexcept) { in noexcept() function
56 constexpr TracedBase& operator=(TracedBase&& other) noexcept(copyMoveNoexcept) { in noexcept() function
126 ThrowOnConvert(const ThrowOnConvert&) noexcept(false) {} in noexcept() function
128 ThrowOnConvert(ThrowOnConvert&&) noexcept(false) {} in noexcept() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/
H A DConvertibleToIntegral.h40 constexpr operator int() noexcept(ctor_nt_nc) requires(conv_nc) { return val; } in noexcept() function
41 constexpr operator int() const noexcept(ctor_nt_c) requires(conv_c) { return val; } in noexcept() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__ranges/
Dmovable_box.h74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
93 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__ranges/
H A Dmovable_box.h74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
93 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__ranges/
Dmovable_box.h76 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
95 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__ranges/
Dmovable_box.h74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
93 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__ranges/
Dmovable_box.h76 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
95 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__ranges/
Dmovable_box.h76 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
95 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Doptional.h54 /* implicit */ optional(optional<T>&& v) noexcept( in noexcept() function
77 optional& operator=(optional&& rhs) noexcept( in noexcept() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dsmall_vector.h47 SmallVector(SmallVector&& other) noexcept( in noexcept() function
70 SmallVector& operator=(SmallVector&& other) noexcept( in noexcept() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dsmall_vector.h47 SmallVector(SmallVector&& other) noexcept( in noexcept() function
70 SmallVector& operator=(SmallVector&& other) noexcept( in noexcept() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dtypes.h62 constexpr Copyable& operator=(Copyable const& other) noexcept(false) { in noexcept() function
68 constexpr Copyable& operator=(Copyable&& other) noexcept(false) { in noexcept() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/
Dpair.h264noexcept(is_nothrow_copy_assignable_v<const first_type> && is_nothrow_copy_assignable_v<const seco… in noexcept() function
273 noexcept(is_nothrow_assignable_v<const first_type&, first_type> && in noexcept() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dfixed_array.h122 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function
127 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dfixed_array.h123 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function
128 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dfixed_array.h122 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function
127 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dfixed_array.h128 const allocator_type& a = allocator_type()) noexcept(NoexceptCopyable()) in noexcept() function
133 const allocator_type& a = allocator_type()) noexcept(NoexceptMovable()) in noexcept() function

123