Home
last modified time | relevance | path

Searched refs:firstNode (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/container/treeset/
H A Djs_treeset.ts93 if (this.constitute.firstNode() === undefined) {
94 return this.constitute.firstNode();
96 return this.constitute.firstNode().key;
141 let firstNode: any = undefined;
142 firstNode = this.constitute.firstNode();
143 if (firstNode === undefined) {
144 return firstNode;
146 let value: T = firstNode.value;
147 this.constitute.removeNodeProcess(firstNode);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp285 auto firstNode = variable
353 auto firstNode = variable
414 auto firstNode = variable
446 auto firstNode = variable
510 auto firstNode = variable
535 auto firstNode = variable
598 auto firstNode = variable
661 auto firstNode = variable
727 auto firstNode = variable
790 auto firstNode = variable
[all …]
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/treemap/
H A Djs_treemap.ts89 if (this.constitute.firstNode() === undefined) {
92 return this.constitute.firstNode().key;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.cpp934 auto firstNode = columnNode->GetChildren().front(); in AddOrRemoveDragBarNode() local
935 isFirstChildDragBar = firstNode->GetTag() == V2::DRAG_BAR_ETS_TAG; in AddOrRemoveDragBarNode()
995 auto firstNode = columnNode->GetChildren().front(); in ResetLayoutWeight() local
996 if (firstNode->GetTag() == V2::DRAG_BAR_ETS_TAG) { in ResetLayoutWeight()
997 firstNode = columnNode->GetChildAtIndex(1); in ResetLayoutWeight()
999 auto contentNode = DynamicCast<FrameNode>(firstNode); in ResetLayoutWeight()
/ohos5.0/base/startup/init/services/param/include/
H A Dparam_common.h103 uint32_t firstNode; member
H A Dparam_trie.h42 …ode *)(((workSpace)->area == NULL) ? NULL : (workSpace)->area->data + (workSpace)->area->firstNode)
/ohos5.0/base/startup/init/interfaces/innerkits/include/param/
H A Dsys_param.h100 uint32_t firstNode; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_pattern_test_ng.cpp1242 auto firstNode = FrameNode::CreateFrameNode( variable
1244 ASSERT_NE(firstNode, nullptr);
1256 firstNode->MountToParent(parent);
1420 auto firstNode = FrameNode::CreateFrameNode( variable
1422 ASSERT_NE(firstNode, nullptr);
1433 firstNode->MountToParent(menuNode);
/ohos5.0/base/startup/init/services/param/base/
H A Dparam_trie.c61 workSpace->area->firstNode = offset; in InitWorkSpace_()
66 … readOnly, workSpace->area->currOffset, workSpace->area->firstNode, workSpace->area->dataSize); in InitWorkSpace_()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp323 auto firstNode = firstWrapper->GetGeometryNode(); in CaptureMeasure() local
324 CHECK_NULL_VOID(firstNode); in CaptureMeasure()
328 …childLayoutConstraint.UpdateSelfMarginSizeWithCheck(OptionalSizeF(firstNode->GetMarginFrameSize())… in CaptureMeasure()
331 …isNeedUpdateCapture_ = leftOldSize != lastNode->GetFrameSize() || rightOldSize != firstNode->GetFr… in CaptureMeasure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
H A Drating_test_ng.cpp1110 auto firstNode = ratingPattern->BuildContentModifierNode(); variable
1113 EXPECT_EQ("Rating", firstNode->GetTag());
1114 auto layoutProperty = firstNode->GetLayoutProperty<RatingLayoutProperty>();
/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_manager.c168 PARAM_DUMP(" first offset: %u \n", workSpace->area->firstNode); in HashNodeTraverseForDump()
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/struct/
H A Djs_struct.ts423 firstNode(): TreeNode<K, V> | undefined {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp5363 auto&& firstNode = DynamicCast<SpanNode>(*(spans.begin())); in ResetFirstNodeStyle()
5364 if (firstNode) { in ResetFirstNodeStyle()
5365 firstNode->ResetTextAlign(); in ResetFirstNodeStyle()
5366 firstNode->ResetLeadingMargin(); in ResetFirstNodeStyle()