/ohos5.0/commonlibrary/ets_utils/js_util_module/container/treeset/ |
H A D | js_treeset.ts | 93 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 D | stage_test_ng.cpp | 285 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 D | js_treemap.ts | 89 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 D | sliding_panel_pattern.cpp | 934 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 D | param_common.h | 103 uint32_t firstNode; member
|
H A D | param_trie.h | 42 …ode *)(((workSpace)->area == NULL) ? NULL : (workSpace)->area->data + (workSpace)->area->firstNode)
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/param/ |
H A D | sys_param.h | 100 uint32_t firstNode; member
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_pattern_test_ng.cpp | 1242 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 D | param_trie.c | 61 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 D | swiper_layout_algorithm.cpp | 323 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 D | rating_test_ng.cpp | 1110 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 D | param_manager.c | 168 PARAM_DUMP(" first offset: %u \n", workSpace->area->firstNode); in HashNodeTraverseForDump()
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/struct/ |
H A D | js_struct.ts | 423 firstNode(): TreeNode<K, V> | undefined {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 5363 auto&& firstNode = DynamicCast<SpanNode>(*(spans.begin())); in ResetFirstNodeStyle() 5364 if (firstNode) { in ResetFirstNodeStyle() 5365 firstNode->ResetTextAlign(); in ResetFirstNodeStyle() 5366 firstNode->ResetLeadingMargin(); in ResetFirstNodeStyle()
|