Searched refs:kNumCacheEntryDataIndices (Results 1 – 3 of 3) sorted by relevance
136 static const int kNumCacheEntryDataIndices = 3; variable139 std::vector<char> data_[kNumCacheEntryDataIndices];
82 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in GetDataSize()91 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in ReadData()136 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in WriteData()
301 kNumCacheEntryDataIndices enumerator