| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | match.h | 81 absl::string_view piece2) noexcept; member 88 absl::string_view prefix) noexcept; member 95 absl::string_view suffix) noexcept; member
|
| /third_party/json/tests/src/ |
| H A D | unit-noexcept.cpp | 28 void to_json(json& /*unused*/, pod /*unused*/) noexcept; member 30 void from_json(const json& /*unused*/, pod /*unused*/) noexcept; member [all...] |
| H A D | unit-allocator.cpp | 229 void construct(T* p, const Args& ... args) noexcept(noexcept(::new (static_cast<void*>(p)) T(args...))) in noexcept() function
|
| /third_party/json/include/nlohmann/ |
| H A D | byte_container_with_subtype.hpp | 29 byte_container_with_subtype() noexcept(noexcept(container_type())) in noexcept() function in byte_container_with_subtype 34 byte_container_with_subtype(const container_type& b) noexcept(noexcept(container_type(b))) in noexcept() function in byte_container_with_subtype 39 byte_container_with_subtype(container_type&& b) noexcept(noexcept(container_type(std::move(b)))) in noexcept() function in byte_container_with_subtype 44 byte_container_with_subtype(const container_type& b, subtype_type subtype_) noexcept(noexcept(container_type(b))) in noexcept() function in byte_container_with_subtype 51 byte_container_with_subtype(container_type&& b, subtype_type subtype_) noexcept(noexcept(container_typ function in byte_container_with_subtype [all...] |
| H A D | ordered_map.hpp | 46 ordered_map() noexcept(noexcept(Container())) : Container{} {} in noexcept() function 47 explicit ordered_map(const Allocator& alloc) noexcept(noexcept(Container(alloc))) : Container{alloc} {} in noexcept() function
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | Spinlock.h | 32 Spinlock() noexcept; member in angle::Spinlock 34 bool try_lock() noexcept; member in angle::Spinlock 35 void lock() noexcept; member in angle::Spinlock 36 void unlock() noexcept; member in angle::Spinlock
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | uobject.h | 134 static void * U_EXPORT2 operator new(size_t size) noexcept; member in UMemory 141 static void * U_EXPORT2 operator new[](size_t size) noexcept; member in UMemory 151 static void U_EXPORT2 operator delete(void *p) noexcept; member in UMemory 158 static void U_EXPORT2 operator delete[](void *p) noexcept; member in UMemory 183 static void * U_EXPORT2 operator new(size_t size, const char* file, int line) noexcept; member in UMemory 191 static void U_EXPORT2 operator delete(void* p, const char* file, int line) noexcept; global() member in UMemory [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-value-serializer.h | 47 SharedValueConveyor(SharedValueConveyor&&) noexcept; member in v8::final 50 SharedValueConveyor& operator=(SharedValueConveyor&&) noexcept; member in v8::final
|
| /third_party/gn/src/base/containers/ |
| H A D | flat_map.h | 189 flat_map(flat_map&&) noexcept = default; member in base::flat_map 236 void swap(flat_map& other) noexcept; member in base::flat_map
|
| H A D | span.h | 236 constexpr span(const span& other) noexcept member in base::span 249 constexpr span& operator=(const span& other) noexcept = default; global() member in base::span 250 ~span() noexcept = default; global() member in base::span [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | pluralranges.h | 35 LocalPointer<StandardPluralRanges> toPointer(UErrorCode& status) && noexcept; member in StandardPluralRanges
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| H A D | addrobject.h | 65 VOID* operator new(size_t size, VOID* pMem) noexcept; member in Addr::Object
|
| /third_party/json/include/nlohmann/detail/ |
| H A D | json_ref.hpp | 47 json_ref(json_ref&&) noexcept = default; member in detail::json_ref
|
| /third_party/json/include/nlohmann/detail/output/ |
| H A D | output_adapters.hpp | 38 output_adapter_protocol(output_adapter_protocol&&) noexcept = default; member 40 output_adapter_protocol& operator=(output_adapter_protocol&&) noexcept = default; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_memorypool.h | 60 MemoryPool() noexcept; member in r600::MemoryPool
|
| /third_party/node/src/ |
| H A D | aliased_struct.h | 34 inline AliasedStruct& operator=(AliasedStruct&& that) noexcept; member in node::final
|
| /third_party/node/src/crypto/ |
| H A D | crypto_hmac.h | 52 explicit HmacConfig(HmacConfig&& other) noexcept; member 54 HmacConfig& operator=(HmacConfig&& other) noexcept; member
|
| H A D | crypto_hash.h | 50 explicit HashConfig(HashConfig&& other) noexcept; member 52 HashConfig& operator=(HashConfig&& other) noexcept; member
|
| H A D | crypto_hkdf.h | 24 explicit HKDFConfig(HKDFConfig&& other) noexcept; member 26 HKDFConfig& operator=(HKDFConfig&& other) noexcept; member
|
| H A D | crypto_scrypt.h | 39 explicit ScryptConfig(ScryptConfig&& other) noexcept; member 41 ScryptConfig& operator=(ScryptConfig&& other) noexcept; member
|
| H A D | crypto_pbkdf2.h | 37 explicit PBKDF2Config(PBKDF2Config&& other) noexcept; member 39 PBKDF2Config& operator=(PBKDF2Config&& other) noexcept; member
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | formattednumber.h | 61 FormattedNumber(FormattedNumber&& src) noexcept; member in number::FormattedNumber 79 FormattedNumber& operator=(FormattedNumber&& src) noexcept; member in number::FormattedNumber
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | pluralranges.h | 35 LocalPointer<StandardPluralRanges> toPointer(UErrorCode& status) && noexcept; member in StandardPluralRanges
|
| /third_party/rust/crates/cxx/tests/ffi/ |
| H A D | tests.h | 191 size_t c_get_use_count(const std::weak_ptr<C> &weak) noexcept; member
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | pluralranges.h | 35 LocalPointer<StandardPluralRanges> toPointer(UErrorCode& status) && noexcept; member in StandardPluralRanges
|