Searched defs:read_size (Results 1 – 3 of 3) sorted by relevance
48 const size_t read_size = static_cast<size_t>(ret); in read() local
27 size_t read_size = fread(buf, 1, size, f); in loadHybFile() local
205 const size_t read_size = sizeof(T) * count; in ReadType() local