Searched refs:read_count (Results 1 – 4 of 4) sorted by relevance
277 size_t read_count; in WriteToMemory() local278 ClassSet class_set(ptr, /*make copy*/false, &read_count); in WriteToMemory()285 size_t read_count = 0; in ReadFromMemory() local286 AddClassSet(ClassSet(ptr, /*make copy*/false, &read_count)); in ReadFromMemory()287 return read_count; in ReadFromMemory()
367 size_t read_count = 0; in AddTableFromMemory() local368 UnorderedSet set(ptr, /*make copy*/false, &read_count); in AddTableFromMemory()371 return read_count; in AddTableFromMemory()382 return read_count; in AddTableFromMemory()
1858 size_t read_count = 0; in AddImageSpace() local1861 &read_count); in AddImageSpace()
215 HashSet(const uint8_t* ptr, bool make_copy_of_data, size_t* read_count) noexcept { in HashSet() argument240 *read_count = offset; in HashSet()