Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/channel/
Dchannelz_test.cc186 void ValidateCounters(char* json_str, validate_channel_data_args args) { in ValidateCounters() function
199 ValidateCounters(json_str, args); in ValidateChannel()
211 ValidateCounters(json_str, args); in ValidateServer()
/external/cronet/net/disk_cache/blockfile/
Dblock_files.h75 bool ValidateCounters() const;
Dblock_files.cc231 bool BlockHeader::ValidateCounters() const { in ValidateCounters() function in disk_cache::BlockHeader
465 if (header->updating || !file_header.ValidateCounters()) { in OpenBlockFile()
655 if (!file_header.ValidateCounters()) in FixBlockFileHeader()