Home
last modified time | relevance | path

Searched defs:SetCounter (Results 1 – 2 of 2) sorted by relevance

/external/cronet/crypto/
Dencryptor.cc84 bool Encryptor::SetCounter(base::StringPiece counter) { in SetCounter() function in crypto::Encryptor
88 bool Encryptor::SetCounter(base::span<const uint8_t> counter) { in SetCounter() function in crypto::Encryptor
/external/cronet/net/disk_cache/blockfile/
Dstats.cc177 void Stats::SetCounter(Counters counter, int64_t value) { in SetCounter() function in disk_cache::Stats