Searched refs:ReadFromBytes (Results 1 – 1 of 1) sorted by relevance
/art/libartbase/base/ |
D | hash_set.h | 218 offset = ReadFromBytes(ptr, offset, &temp); in HashSet() 220 offset = ReadFromBytes(ptr, offset, &temp); in HashSet() 223 offset = ReadFromBytes(ptr, offset, &temp); in HashSet() 225 offset = ReadFromBytes(ptr, offset, &min_load_factor_); in HashSet() 226 offset = ReadFromBytes(ptr, offset, &max_load_factor_); in HashSet() 236 offset = ReadFromBytes(ptr, offset, &data_[i]); in HashSet() 663 static size_t ReadFromBytes(const uint8_t* ptr, size_t offset, Elem* out) { in ReadFromBytes() function
|