Searched refs:templateCachedCountMap (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | repeat_node_cache_syntax_test.cpp | 162 const std::map<std::string, std::pair<bool, uint32_t>> templateCachedCountMap = { variable 276 templateCachedCountMap, 296 templateCachedCountMap, 327 templateCachedCountMap, 368 1, 3, templateCachedCountMap, onCreateNode, 435 templateCachedCountMap, 712 templateCachedCountMap, 728 templateCachedCountMap, 1104 templateCachedCountMap, 1145 templateCachedCountMap,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_model_ng.cpp | 28 const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap, in Create() argument 41 templateCachedCountMap, in Create()
|
H A D | repeat_virtual_scroll_node.cpp | 32 const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap, in GetOrCreateRepeatNode() argument 46 …nodeId, totalCount, templateCachedCountMap, onCreateNode, onUpdateNode, onGetKeys4Range, onGetType… in GetOrCreateRepeatNode() 54 const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap, in RepeatVirtualScrollNode() argument 61 … caches_(templateCachedCountMap, onCreateNode, onUpdateNode, onGetKeys4Range, onGetTypes4Range), in RepeatVirtualScrollNode()
|
H A D | repeat_virtual_scroll_model_ng.h | 34 const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap,
|
H A D | repeat_virtual_scroll_model.h | 38 const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap,
|
H A D | repeat_virtual_scroll_node.h | 41 const std::map<std::string, std::pair<bool, uint32_t>>& templateCachedCountMap,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_repeat_virtual_scroll.cpp | 105 std::map<std::string, std::pair<bool, uint32_t>> templateCachedCountMap; in Create() local 111 templateCachedCountMap[type] = in Create() 178 … totalCount, templateCachedCountMap, onCreateNode, onUpdateNode, onGetKeys4Range, onGetTypes4Range, in Create()
|