Home
last modified time | relevance | path

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

/art/libartbase/base/
Dhash_set.h328 offset = ReadFromBytes(ptr, offset, &temp); in HashSet()
330 offset = ReadFromBytes(ptr, offset, &temp); in HashSet()
333 offset = ReadFromBytes(ptr, offset, &temp); in HashSet()
335 offset = ReadFromBytes(ptr, offset, &min_load_factor_); in HashSet()
336 offset = ReadFromBytes(ptr, offset, &max_load_factor_); in HashSet()
346 offset = ReadFromBytes(ptr, offset, &data_[i]); in HashSet()
833 static size_t ReadFromBytes(const uint8_t* ptr, size_t offset, Elem* out) { in ReadFromBytes() function