Home
last modified time | relevance | path

Searched refs:kNumCacheEntryDataIndices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.h136 static const int kNumCacheEntryDataIndices = 3; variable
139 std::vector<char> data_[kNumCacheEntryDataIndices];
H A Dmock_http_cache.cc82 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in GetDataSize()
91 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in ReadData()
136 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in WriteData()
H A Dhttp_cache.h301 kNumCacheEntryDataIndices enumerator