Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dfor_each_model_impl.cpp37 if (!ForEachFunc.idGenFunc_ || !ForEachFunc.itemGenFunc_) { in Create()
46 std::vector<std::string> keys = ForEachFunc.idGenFunc_(); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_model.h32 std::function<std::vector<std::string>()> idGenFunc_; member