/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | unique_ptr.h | 84 unique_ptr(pointer p, const D& deleter) noexcept : ptr_(p), deleter_(BASE_NS::forward<decltype(deleter)>(deleter)) in forward() function in unique_ptr 88 : ptr_(p), deleter_(BASE_NS::forward<decltype(deleter)>(deleter)) in forward() function in unique_ptr 94 unique_ptr(pointer p, D& deleter) noexcept : ptr_(p), deleter_(BASE_NS::forward<decltype(deleter)>(deleter)) in forward() function in unique_ptr 103 unique_ptr(pointer p, const D& deleter) noexcept : ptr_(p), deleter_(BASE_NS::forward<decltype(deleter)>(deleter)) in forward() function in unique_ptr 229 unique_ptr(pointer p, const D& d) noexcept : ptr_(p), deleter_(BASE_NS::forward<decltype(d)>(d)) in forward() function in unique_ptr 233 : ptr_(p), deleter_(BASE_NS::forward<decltype(d)>(d)) in forward() function in unique_ptr 239 unique_ptr(pointer p, D& deleter) noexcept : ptr_(p), deleter_(BASE_NS::forward<decltype(deleter)>(deleter)) in forward() function in unique_ptr 248 unique_ptr(pointer p, const D& deleter) noexcept : ptr_(p), deleter_(BASE_NS::forward<decltype(deleter)>(deleter)) in forward() function in unique_ptr
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | skiplist.h | 32 struct SkipListNode *forward[MAX_SKIPLIST_LEVEL]; /* level next */ member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_with_options_layout_algorithm.cpp | 263 void GridScrollWithOptionsLayoutAlgorithm::SkipIrregularLines(LayoutWrapper* layoutWrapper, bool forward) in SkipIrregularLines() argument
|
H A D | grid_scroll_layout_algorithm.cpp | 1190 void GridScrollLayoutAlgorithm::SkipRegularLines(bool forward) in SkipRegularLines() argument 1206 void GridScrollLayoutAlgorithm::SkipIrregularLines(LayoutWrapper* layoutWrapper, bool forward) in SkipIrregularLines() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_lanes_layout_algorithm.cpp | 101 void ListLanesLayoutAlgorithm::MeasureItem(const RefPtr<LayoutWrapper>& itemWrapper, int32_t index, bool forward) in MeasureItem() argument 83 MeasureGroup(LayoutWrapper* listWrapper, const RefPtr<LayoutWrapper>& groupWrapper, int32_t index, float& pos, bool forward) MeasureGroup() argument
|
H A D | list_item_group_pattern.h | 64 bool forward = true; member
|
H A D | list_item_group_layout_algorithm.h | 45 bool forward = true; member
|
H A D | list_item_group_pattern.cpp | 422 void ListItemGroupPattern::UpdateActiveChildRange(bool forward, int32_t cacheCount, bool show) in UpdateActiveChildRange() argument
|
H A D | list_layout_algorithm.cpp | 1913 bool forward = forwardCache > -1; in GetLayoutGroupCachedCount() local 1775 LayoutCachedALine(LayoutWrapper* layoutWrapper, int32_t index, bool forward, float &currPos, float crossSize) LayoutCachedALine() argument [all...] |
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | quaternion_util.h | 99 static inline Quat LookRotation(Vec3 forward, Vec3 up) in LookRotation() argument
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avcast_controller_test.cpp | 366 int32_t forward = -1; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_segmented_layout.cpp | 314 const bool forward = LessOrEqual(info_->currentOffset_, prevOffset) || info_->endIndex_ == -1; in MeasureOnOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list.cpp | 676 bool RenderList::HandleActionScroll(bool forward) in HandleActionScroll() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_grid_bridge.cpp | 639 int32_t forward = static_cast<int32_t>(NestedScrollMode::SELF_ONLY); in SetNestedScroll() local
|
H A D | arkts_native_list_bridge.cpp | 418 int32_t forward = 0; in SetListNestedScroll() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 293 void SetNestedScroll(ArkUINodeHandle node, int32_t forward, int32_t backward) in SetNestedScroll() argument
|
H A D | node_list_modifier.cpp | 276 void SetListNestedScroll(ArkUINodeHandle node, ArkUI_Int32 forward, ArkUI_Int32 backward) in SetListNestedScroll() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_properties.h | 113 NestedScrollMode forward; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.h | 311 bool ActActionMoveText(int32_t moveUnit, bool forward) in ActActionMoveText() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 750 void SearchNext(bool forward) in SearchNext() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web_controller.cpp | 1134 bool forward = false; in SearchNext() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 465 void FindFrameIndices(const bool forward, const float currentTimestamp, const array_view<const float> timestamps, in FindFrameIndices() argument 1012 const auto forward = (animation.speed >= 0.f); in UpdateAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list.cpp | 1578 RefPtr<RenderListItem> RenderList::RequestAndLayoutNewItem(size_t index, double currMainPos, bool forward) in RequestAndLayoutNewItem() argument 2242 bool RenderList::ActionByScroll(bool forward, ScrollEventBack scrollEventBack) in ActionByScroll() argument 2259 bool RenderList::HandleActionScroll(bool forward) in HandleActionScroll() argument 3072 void RenderList::LayoutChild(RefPtr<RenderNode> child, double referencePos, bool forward) in LayoutChild() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 478 void WebDelegate::SearchNext(bool forward) {} in SearchNext() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 1414 void WebDelegate::SearchNext(bool forward) in SearchNext() argument
|