Searched refs:read_bytes (Results 1 – 2 of 2) sorted by relevance
100 auto read_bytes = ::read(counter_ids_[0], buffer.first, buffer.second); in Snapshot() local101 return static_cast<size_t>(read_bytes) == buffer.second; in Snapshot()
74 auto read_bytes = in ReadAllBytes() local79 total_read_bytes += read_bytes; in ReadAllBytes()