Home | History | Annotate | Download | only in http

Lines Matching defs:kNumCacheEntryDataIndices

69 static const int kNumCacheEntryDataIndices = 3;
110 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices);
116 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices);
139 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices);
354 std::vector<char> data_[kNumCacheEntryDataIndices];