Searched refs:forEachIndex (Results 1 – 4 of 4) sorted by relevance
46 range.forEachIndex((index) => {53 this.rangeToFetch.subtract(fetchRange).forEachIndex((index) => {58 this.rangeToFetch.forEachIndex((index) => {
65 forEachIndex(callback: (index: number) => void): void {81 forEachIndex(callback: (index: number) => void): void {83 range.forEachIndex(callback);
239 range.forEachIndex((index) => {245 this.rangeToFetch.subtract(fetchRange).forEachIndex((index) => {250 this.rangeToFetch.forEachIndex((index) => {1007 forEachIndex(callback) {1020 forEachIndex(callback) { method in IndexRangeArray1022 range.forEachIndex(callback);
1788 auto forEachIndex = parentForEachNode->GetChildIndex(forEachNode); in GetOutsideForEachMenuItem() local1791 …if (size > 0 && (forEachIndex + shift) >= 0 && (forEachIndex + shift) <= static_cast<int32_t>(size… in GetOutsideForEachMenuItem()1792 return parentForEachNode->GetChildAtIndex(forEachIndex + shift); in GetOutsideForEachMenuItem()