Home
last modified time | relevance | path

Searched refs:read_bytes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dperf_counters.h100 auto read_bytes = ::read(counter_ids_[0], buffer.first, buffer.second); in Snapshot() local
101 return static_cast<size_t>(read_bytes) == buffer.second; in Snapshot()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp74 auto read_bytes = in ReadAllBytes() local
79 total_read_bytes += read_bytes; in ReadAllBytes()