Home
last modified time | relevance | path

Searched refs:GetKeyByIndexFromPreNodes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_layout_wrapper_builder.h83 std::optional<std::string> GetKeyByIndexFromPreNodes(int32_t index);
H A Dlazy_layout_wrapper_builder.cpp188 std::optional<std::string> LazyLayoutWrapperBuilder::GetKeyByIndexFromPreNodes(int32_t index) in GetKeyByIndexFromPreNodes() function in OHOS::Ace::NG::LazyLayoutWrapperBuilder
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_syntax_test_ng.cpp948 auto key = lazyLayoutWrapperBuilder->GetKeyByIndexFromPreNodes(NEW_END_ID);
951 key = lazyLayoutWrapperBuilder->GetKeyByIndexFromPreNodes(INDEX_8);
955 key = lazyLayoutWrapperBuilder->GetKeyByIndexFromPreNodes(START_ID);
956 key = lazyLayoutWrapperBuilder->GetKeyByIndexFromPreNodes(NEW_END_ID);