Searched refs:read_count (Results 1 – 3 of 3) sorted by relevance
43 size_t read_count = 0; in AddTableFromMemory() local44 UnorderedSet set(ptr, /*make copy*/false, &read_count); in AddTableFromMemory()55 return read_count; in AddTableFromMemory()
269 size_t read_count; in WriteToMemory() local270 ClassSet class_set(ptr, /*make copy*/false, &read_count); in WriteToMemory()277 size_t read_count = 0; in ReadFromMemory() local278 AddClassSet(ClassSet(ptr, /*make copy*/false, &read_count)); in ReadFromMemory()279 return read_count; in ReadFromMemory()
259 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() argument284 *read_count = offset; in HashSet()