/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | linked_list.h | 186 LinkedList* Next() noexcept in Next() 192 T* Next(LinkedList T::*member) noexcept in Next() 197 LinkedList* RemoveNext() noexcept in RemoveNext() 208 LinkedList* RemovePrev() noexcept in RemovePrev() 229 void PushBack(LinkedList& node) noexcept in PushBack() 239 LinkedList* Front() noexcept in Front() 250 LinkedList* PopFront() noexcept in PopFront() 261 LinkedList* PopBack() noexcept in PopBack() 272 bool Empty() const noexcept in Empty() 277 bool Null() const noexcept in Null() [all …]
|
H A D | IntrusiveList.h | 26 bool IsLinked() const noexcept in IsLinked() 49 bool empty() const noexcept in empty() 54 SList() noexcept = default; 56 SList(SList&& rhs) noexcept in SList() 75 T* PopFront() noexcept in PopFront() 157 bool empty() const noexcept in empty() 162 size_t Size() const noexcept in Size() 189 T* PopFront() noexcept in PopFront() 200 T* Front() noexcept in Front() 205 T* PopBack() noexcept in PopBack() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | bit_field.h | 34 constexpr BitField() noexcept = default; in META_BEGIN_NAMESPACE() 71 constexpr BitField operator~() const noexcept in META_BEGIN_NAMESPACE() 75 explicit constexpr operator bool() const noexcept in META_BEGIN_NAMESPACE() 79 constexpr BaseValueType GetValue() const noexcept in META_BEGIN_NAMESPACE() 104 constexpr EnumBitField() noexcept = default; 107 constexpr EnumBitField(const EnumType& value) noexcept in EnumBitField() 127 constexpr bool IsSet(const EnumType& bits) const noexcept in IsSet() 143 constexpr operator EnumType() const noexcept in EnumType() 147 constexpr bool operator==(EnumType value) const noexcept 151 constexpr bool operator!=(EnumType value) const noexcept [all …]
|
H A D | time_span.h | 37 constexpr TimeSpan(TimeSpan&& rhs) noexcept = default; in META_BEGIN_NAMESPACE() 42 constexpr int64_t ToSeconds() const noexcept in META_BEGIN_NAMESPACE() 47 constexpr float ToSecondsFloat() const noexcept in META_BEGIN_NAMESPACE() 52 constexpr int64_t ToMilliseconds() const noexcept in META_BEGIN_NAMESPACE() 57 constexpr int64_t ToMicroseconds() const noexcept in META_BEGIN_NAMESPACE() 62 constexpr void SetSeconds(float seconds) noexcept in META_BEGIN_NAMESPACE() 97 static constexpr TimeSpan Max() noexcept in META_BEGIN_NAMESPACE() 102 static constexpr TimeSpan Zero() noexcept in META_BEGIN_NAMESPACE() 107 static constexpr TimeSpan Infinite() noexcept in META_BEGIN_NAMESPACE() 142 constexpr TimeSpan operator-() const noexcept in META_BEGIN_NAMESPACE() [all …]
|
H A D | types.h | 40 constexpr const TypeId& Id() const noexcept in Id() 45 constexpr const BASE_NS::string_view& Name() const noexcept in Name() 50 constexpr const BASE_NS::string_view& ReadableName() const noexcept in ReadableName() 54 constexpr operator TypeId() const noexcept in TypeId() 59 constexpr operator BASE_NS::Uid() const noexcept in Uid() 63 constexpr bool IsValid() const noexcept in IsValid() 132 constexpr const ObjectId& Id() const noexcept in Id() 137 constexpr const BASE_NS::string_view& Name() const noexcept in Name() 142 constexpr const BASE_NS::string_view& ReadableName() const noexcept in ReadableName() 147 constexpr bool IsSingleton() const noexcept in IsSingleton() [all …]
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
H A D | future.h | 36 void wait() const noexcept in wait() 94 R& get() noexcept in get() 112 void set_value() noexcept 121 void get() noexcept 150 future() noexcept = default; 152 future(future&& fut) noexcept 165 bool valid() const noexcept 170 R get() noexcept 192 void wait() const noexcept 266 void set_value() noexcept [all …]
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | poller.h | 95 Poller() noexcept; 96 ~Poller() noexcept; 99 int DelFdEvent(int fd) noexcept; 103 void WakeUp() noexcept; 106 int UnregisterTimer(int handle) noexcept; 109 uint8_t GetPollCount() noexcept; 113 bool DetermineEmptyMap() noexcept; 114 bool DeterminePollerReady() noexcept; 119 void ReleaseFdWakeData() noexcept; 132 bool IsFdExist() noexcept; [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | refcnt_ptr.h | 29 constexpr refcnt_ptr() noexcept {} in BASE_BEGIN_NAMESPACE() 31 constexpr refcnt_ptr(nullptr_t) noexcept {} in BASE_BEGIN_NAMESPACE() 59 pointer get() const noexcept in BASE_BEGIN_NAMESPACE() 64 pointer release() noexcept in BASE_BEGIN_NAMESPACE() 71 void reset(pointer ptr = pointer()) noexcept in BASE_BEGIN_NAMESPACE() 85 refcnt_ptr& operator=(nullptr_t) noexcept in BASE_BEGIN_NAMESPACE() 119 void swap(refcnt_ptr& other) noexcept in BASE_BEGIN_NAMESPACE() 124 explicit operator bool() const noexcept in BASE_BEGIN_NAMESPACE() 139 pointer operator->() const noexcept in BASE_BEGIN_NAMESPACE() 149 bool operator!=(nullptr_t) const noexcept in BASE_BEGIN_NAMESPACE() [all …]
|
H A D | iterator.h | 51 constexpr const_iterator() noexcept = default; 55 constexpr const_iterator& operator++() noexcept 77 constexpr reference operator*() const noexcept 81 constexpr pointer operator->() const noexcept 151 constexpr iterator() noexcept = default; 154 constexpr iterator& operator++() noexcept 159 constexpr iterator operator++(int) noexcept 165 constexpr iterator& operator--() noexcept 170 constexpr iterator operator--(int) noexcept 184 constexpr reference operator*() noexcept [all …]
|
H A D | string_view.h | 51 constexpr basic_string_view() noexcept = default; 62 constexpr const_iterator begin() const noexcept; 66 constexpr const_iterator end() const noexcept; 67 constexpr const_iterator cend() const noexcept; 91 constexpr const_pointer data() const noexcept; 95 constexpr size_type size() const noexcept; 96 constexpr size_type length() const noexcept; 99 constexpr size_type max_size() const noexcept; 102 constexpr bool empty() const noexcept; 694 CharT ch, size_type pos) const noexcept in find_first_of() [all …]
|
H A D | array_view.h | 67 constexpr size_type size() const noexcept in BASE_BEGIN_NAMESPACE() 71 constexpr size_type size_bytes() const noexcept in BASE_BEGIN_NAMESPACE() 75 constexpr bool empty() const noexcept in BASE_BEGIN_NAMESPACE() 79 constexpr const_pointer data() const noexcept in BASE_BEGIN_NAMESPACE() 83 constexpr pointer data() noexcept in BASE_BEGIN_NAMESPACE() 111 constexpr iterator begin() noexcept in BASE_BEGIN_NAMESPACE() 115 constexpr iterator end() noexcept in BASE_BEGIN_NAMESPACE() 119 constexpr const_iterator begin() const noexcept in BASE_BEGIN_NAMESPACE() 123 constexpr const_iterator end() const noexcept in BASE_BEGIN_NAMESPACE() 127 constexpr const_iterator cbegin() const noexcept in BASE_BEGIN_NAMESPACE() [all …]
|
H A D | unique_ptr.h | 76 constexpr unique_ptr() noexcept {}; 126 deleter_type& get_deleter() noexcept 135 pointer get() const noexcept 140 pointer release() noexcept 177 void swap(unique_ptr& other) noexcept 192 pointer operator->() const noexcept 217 constexpr unique_ptr() noexcept {} 271 deleter_type& get_deleter() noexcept 281 pointer get() const noexcept 286 pointer release() noexcept [all …]
|
H A D | fixed_string.h | 47 constexpr basic_fixed_string(const basic_fixed_string& a) noexcept in basic_fixed_string() 52 constexpr basic_fixed_string(basic_fixed_string&& a) noexcept in basic_fixed_string() 69 constexpr basic_fixed_string(const CharT* const a) noexcept in basic_fixed_string() 74 constexpr basic_fixed_string(CharT a) noexcept in basic_fixed_string() 97 constexpr explicit basic_fixed_string(const StringT& s) noexcept; 99 constexpr bool empty() const noexcept 104 constexpr size_t size() const noexcept 109 constexpr size_t length() const noexcept 114 constexpr size_t capacity() const noexcept 145 constexpr basic_fixed_string& operator=(const string_view& a) noexcept [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/ |
H A D | resource_handle.h | 40 inline bool operator==(const RenderHandle& lhs, const RenderHandle& rhs) noexcept 46 inline bool operator!=(const RenderHandle& lhs, const RenderHandle& rhs) noexcept 152 inline RenderHandleReference(RenderHandleReference&& other) noexcept; 161 inline explicit operator bool() const noexcept; 166 inline RenderHandle GetHandle() const noexcept; 171 inline RenderHandleType GetHandleType() const noexcept; 176 inline int32_t GetRefCount() const noexcept; 214 RenderHandleReference::operator bool() const noexcept 219 RenderHandle RenderHandleReference::GetHandle() const noexcept in GetHandle() 224 RenderHandleType RenderHandleReference::GetHandleType() const noexcept in GetHandleType() [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 93 constexpr Any() noexcept in Any() 132 Any& operator=(Any&& other) noexcept 224 void Reset() noexcept in Reset() 238 void Swap(Any& other) noexcept in Swap() 250 bool HasValue() const noexcept in HasValue() 328 void (*destroy)(Storage&) noexcept; 331 void* (*getPtr)(Storage&) noexcept; 502 void MoveFrom(Any&& other) noexcept in MoveFrom() 512 ValueType* Cast() noexcept in Cast() 532 const ValueType* Cast() const noexcept in Cast() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/ |
H A D | audio_buffer_info.h | 40 bool IsHasMetaData() const noexcept; 46 bool IsAvailable() const noexcept; 48 BufferStatus GetStatus() const noexcept; 50 bool CheckIsEos() const noexcept; 56 AVCodecBufferInfo GetBufferAttr() const noexcept; 58 AVCodecBufferFlag GetFlag() const noexcept; 60 bool CheckIsFirstFrame() const noexcept; 62 void SetFirstFrame() noexcept; 64 bool CheckIsUsing() const noexcept; 66 void SetUsing() noexcept; [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | any.h | 123 const char* what() const noexcept override in what() 179 constexpr Any() noexcept in Any() 218 Any& operator=(Any&& other) noexcept 324 void Swap(Any& other) noexcept in Swap() 336 bool HasValue() const noexcept in HasValue() 406 friend T* AnyCast(Any* operand) noexcept; 427 void (*destroy)(Storage&) noexcept; 430 void* (*getPtr)(Storage&) noexcept; 720 ValueType* Cast() noexcept in Cast() 740 const ValueType* Cast() const noexcept in Cast() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | array_view.h | 102 constexpr size_type size() const noexcept in size() 106 constexpr size_type size_bytes() const noexcept in size_bytes() 110 constexpr bool empty() const noexcept in empty() 114 constexpr const_pointer data() const noexcept in data() 118 constexpr pointer data() noexcept in data() 146 constexpr iterator begin() noexcept in begin() 150 constexpr iterator end() noexcept in end() 154 constexpr const_iterator begin() const noexcept in begin() 158 constexpr const_iterator end() const noexcept in end() 166 constexpr const_iterator cend() const noexcept in cend() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 151 Object(const Object& other) noexcept in Object() 155 Object(Object&& other) noexcept in Object() 160 explicit Object(const IObject::Ptr& other) noexcept in Object() 226 Object& operator=(const Object& other) noexcept 239 Object& operator=(Object&& other) noexcept 254 explicit operator bool() const noexcept 277 virtual ObjectId GetClassId() const noexcept in GetClassId() 326 constexpr T* GetInterface() const noexcept in GetInterface() 466 virtual void CreateObject() const noexcept in CreateObject() 499 ObjectId GetClassId() const noexcept override in GetClassId() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | size.h | 30 inline SizeF() noexcept; 31 inline SizeF(const SizeF& s) noexcept; 32 inline SizeF(scalar w, scalar h) noexcept; 33 inline ~SizeF() noexcept; 52 inline SizeF::SizeF() noexcept : width_(0.0), height_(0.0) {} in SizeF() 58 inline SizeF::~SizeF() noexcept {} in ~SizeF() 102 inline SizeI() noexcept; 103 inline SizeI(const SizeI& s) noexcept; 104 inline SizeI(int w, int h) noexcept; 105 inline ~SizeI() noexcept; [all …]
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/ |
H A D | audio_buffer_info.cpp | 83 BufferStatus AudioBufferInfo::GetStatus() const noexcept in GetStatus() 88 bool AudioBufferInfo::IsAvailable() const noexcept in IsAvailable() 93 bool AudioBufferInfo::CheckIsEos() const noexcept in CheckIsEos() 119 AVCodecBufferInfo AudioBufferInfo::GetBufferAttr() const noexcept in GetBufferAttr() 124 AVCodecBufferFlag AudioBufferInfo::GetFlag() const noexcept in GetFlag() 129 bool AudioBufferInfo::CheckIsFirstFrame() const noexcept in CheckIsFirstFrame() 134 void AudioBufferInfo::SetFirstFrame() noexcept in SetFirstFrame() 139 bool AudioBufferInfo::CheckIsUsing() const noexcept in CheckIsUsing() 144 void AudioBufferInfo::SetUsing() noexcept in SetUsing() 154 bool AudioBufferInfo::IsHasMetaData() const noexcept in IsHasMetaData() [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | entity_reference.h | 34 virtual int32_t GetRefCount() const noexcept = 0; 37 virtual void Ref() noexcept = 0; 38 virtual void Unref() noexcept = 0; 67 EntityReference(Entity entity, const IEntityReferenceCounter::Ptr& counter) noexcept in EntityReference() 72 …EntityReference(const EntityReference& other) noexcept : entity_(other.entity_), counter_(other.co… in EntityReference() 75 EntityReference(EntityReference&& other) noexcept in EntityReference() 80 EntityReference& operator=(const EntityReference& other) noexcept 91 EntityReference& operator=(EntityReference&& other) noexcept 101 operator Entity() const noexcept in Entity() 109 explicit operator bool() const noexcept [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | initial_transform_component.h | 63 InitialTransformComponent(const InitialTransformComponent& other) noexcept; 64 InitialTransformComponent(InitialTransformComponent && other) noexcept; 66 InitialTransformComponent& operator=(const InitialTransformComponent& other) noexcept; 67 InitialTransformComponent& operator=(InitialTransformComponent&& other) noexcept; 69 InitialTransformComponent& operator=(float value) noexcept; 70 InitialTransformComponent& operator=(BASE_NS::Math::Vec2 value) noexcept; 71 InitialTransformComponent& operator=(BASE_NS::Math::Vec3 value) noexcept; 72 InitialTransformComponent& operator=(BASE_NS::Math::Vec4 value) noexcept; 73 InitialTransformComponent& operator=(BASE_NS::Math::Quat value) noexcept; 74 InitialTransformComponent& operator=(BASE_NS::array_view<const float> value) noexcept;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_state.h | 73 constexpr bool StatusChanged() const noexcept in META_BEGIN_NAMESPACE() 110 bool IsRunning() const noexcept; in META_BEGIN_NAMESPACE() 114 bool IsPaused() const noexcept; in META_BEGIN_NAMESPACE() 118 float GetProgress() const noexcept; in META_BEGIN_NAMESPACE() 153 IAnimation::Ptr GetOwner() const noexcept; in META_BEGIN_NAMESPACE() 164 void SetRunning(bool running) noexcept; in META_BEGIN_NAMESPACE() 165 void SetProgress(float progress) noexcept; in META_BEGIN_NAMESPACE() 180 void ResetLastTick() noexcept in META_BEGIN_NAMESPACE() 198 constexpr TimeSpan GetElapsed(const TimeSpan& time) const noexcept in META_BEGIN_NAMESPACE() 202 constexpr TimeSpan GetBaseDuration() const noexcept in META_BEGIN_NAMESPACE() [all …]
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | concurrent_map.h | 49 ConcurrentMap(std::map<_Key, _Tp> &&other) noexcept in ConcurrentMap() 75 ConcurrentMap(ConcurrentMap &&other) noexcept in ConcurrentMap() 91 bool Emplace() noexcept in Emplace() 100 Emplace(_Args &&...args) noexcept 143 bool Contains(const key_type &key) const noexcept in Contains() 164 size_type Erase(const key_type &key) noexcept in Erase() 184 void Clear() noexcept in Clear() 190 bool Empty() const noexcept in Empty() 196 size_type Size() const noexcept in Size() 328 std::map<_Key, _Tp> Clone() const noexcept in Clone() [all …]
|