Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DFetchedRegistry.ts46 range.forEachIndex((index) => {
53 this.rangeToFetch.subtract(fetchRange).forEachIndex((index) => {
58 this.rangeToFetch.forEachIndex((index) => {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/utils/
H A DIndexRange.ts65 forEachIndex(callback: (index: number) => void): void {
81 forEachIndex(callback: (index: number) => void): void {
83 range.forEachIndex(callback);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsPrefetcher.js239 range.forEachIndex((index) => {
245 this.rangeToFetch.subtract(fetchRange).forEachIndex((index) => {
250 this.rangeToFetch.forEachIndex((index) => {
1007 forEachIndex(callback) {
1020 forEachIndex(callback) { method in IndexRangeArray
1022 range.forEachIndex(callback);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp1788 auto forEachIndex = parentForEachNode->GetChildIndex(forEachNode); in GetOutsideForEachMenuItem() local
1791 …if (size > 0 && (forEachIndex + shift) >= 0 && (forEachIndex + shift) <= static_cast<int32_t>(size… in GetOutsideForEachMenuItem()
1792 return parentForEachNode->GetChildAtIndex(forEachIndex + shift); in GetOutsideForEachMenuItem()