Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_syntax_test_ng.cpp857 auto childWrapperIter = childWrapper.begin(); variable
859 while (childWrapperIter != childWrapper.end()) {
861 (*childWrapperIter)->SetActive(true);
864 childWrapperIter++;