Lines Matching defs:cacheIndex
256 uint32_t cacheIndex = 0;
258 hasContent = SerializeElementsWithCache(obj, hasContent, strCache, cacheIndex, numOfElements);
262 hasContent = SerializeKeysWithCache(obj, hasContent, strCache, cacheIndex);
448 CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex, uint32_t elementSize)
454 CString key = strCache[cacheIndex++].first;
463 for (; cacheIndex < elementSize; cacheIndex++) {
464 CString key = strCache[cacheIndex].first;
465 int index = strCache[cacheIndex].second;
649 CVector<std::pair<CString, int>> &strCache, uint32_t &cacheIndex)
654 for (; cacheIndex < strCache.size(); cacheIndex++) {
655 auto cacheValue = strCache[cacheIndex];
676 for (; cacheIndex < strCache.size(); cacheIndex++) {
677 auto cacheValue = strCache[cacheIndex];
693 for (; cacheIndex < strCache.size(); cacheIndex++) {
694 auto cacheValue = strCache[cacheIndex];