Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
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
Dinlined_vector.h112 InlinedVector() noexcept(noexcept(allocator_type())) : storage_() {} in noexcept() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Doptional.h231 optional_data& operator=(optional_data&& rhs) noexcept( in noexcept() function