Lines Matching refs:ResolverStats
25 struct ResolverStats {
52 // Read the serialized resolverstats starting at |in[ofs]|.
58 static void encodeAll(const std::vector<ResolverStats>& stats, std::vector<int32_t>* out);
60 // Decodes the serialized ResolverStats from |in| and appends them to stats.
61 static bool decodeAll(const std::vector<int32_t>& in, std::vector<ResolverStats>* stats);
65 inline void ResolverStats::encode(std::vector<int32_t>* out) const {
78 // Read the serialized resolverstats starting at |in[ofs]|.
79 inline ssize_t ResolverStats::decode(const std::vector<int32_t>& in, ssize_t ofs) {
94 inline void ResolverStats::encodeAll(const std::vector<ResolverStats>& stats,
102 inline bool ResolverStats::decodeAll(const std::vector<int32_t>& in,
103 std::vector<ResolverStats>* stats) {