Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_repeat.ts119 public static funcWithIndex<T>(item: T, index: number) {
162 this.config.keyGenFunc = __RepeatDefaultKeyGen.funcWithIndex;
H A Dpu_repeat_impl.ts54 this.keyGenFunction_ = __RepeatDefaultKeyGen.funcWithIndex;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js10167 static funcWithIndex(item, index) { method in __RepeatDefaultKeyGen
10196 this.config.keyGenFunc = __RepeatDefaultKeyGen.funcWithIndex;
10337 this.keyGenFunction_ = __RepeatDefaultKeyGen.funcWithIndex;