Home
last modified time | relevance | path

Searched defs:noexcept (Results 1 - 25 of 142) sorted by relevance

123456

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dmatch.h81 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 Dunit-noexcept.cpp28 void to_json(json& /*unused*/, pod /*unused*/) noexcept; member
30 void from_json(const json& /*unused*/, pod /*unused*/) noexcept; member
[all...]
H A Dunit-allocator.cpp229 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 Dbyte_container_with_subtype.hpp29 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 Dordered_map.hpp46 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 DSpinlock.h32 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 Duobject.h134 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 Dv8-value-serializer.h47 SharedValueConveyor(SharedValueConveyor&&) noexcept; member in v8::final
50 SharedValueConveyor& operator=(SharedValueConveyor&&) noexcept; member in v8::final
/third_party/gn/src/base/containers/
H A Dflat_map.h189 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 Dspan.h236 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 Dpluralranges.h35 LocalPointer<StandardPluralRanges> toPointer(UErrorCode& status) && noexcept; member in StandardPluralRanges
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrobject.h65 VOID* operator new(size_t size, VOID* pMem) noexcept; member in Addr::Object
/third_party/json/include/nlohmann/detail/
H A Djson_ref.hpp47 json_ref(json_ref&&) noexcept = default; member in detail::json_ref
/third_party/json/include/nlohmann/detail/output/
H A Doutput_adapters.hpp38 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 Dsfn_memorypool.h60 MemoryPool() noexcept; member in r600::MemoryPool
/third_party/node/src/
H A Daliased_struct.h34 inline AliasedStruct& operator=(AliasedStruct&& that) noexcept; member in node::final
/third_party/node/src/crypto/
H A Dcrypto_hmac.h52 explicit HmacConfig(HmacConfig&& other) noexcept; member
54 HmacConfig& operator=(HmacConfig&& other) noexcept; member
H A Dcrypto_hash.h50 explicit HashConfig(HashConfig&& other) noexcept; member
52 HashConfig& operator=(HashConfig&& other) noexcept; member
H A Dcrypto_hkdf.h24 explicit HKDFConfig(HKDFConfig&& other) noexcept; member
26 HKDFConfig& operator=(HKDFConfig&& other) noexcept; member
H A Dcrypto_scrypt.h39 explicit ScryptConfig(ScryptConfig&& other) noexcept; member
41 ScryptConfig& operator=(ScryptConfig&& other) noexcept; member
H A Dcrypto_pbkdf2.h37 explicit PBKDF2Config(PBKDF2Config&& other) noexcept; member
39 PBKDF2Config& operator=(PBKDF2Config&& other) noexcept; member
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dformattednumber.h61 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 Dpluralranges.h35 LocalPointer<StandardPluralRanges> toPointer(UErrorCode& status) && noexcept; member in StandardPluralRanges
/third_party/rust/crates/cxx/tests/ffi/
H A Dtests.h191 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 Dpluralranges.h35 LocalPointer<StandardPluralRanges> toPointer(UErrorCode& status) && noexcept; member in StandardPluralRanges

Completed in 7 milliseconds

123456