Home
last modified time | relevance | path

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

/art/runtime/base/
Dhash_set.h154 offset = ReadFromBytes(ptr, offset, &temp); in HashSet()
156 offset = ReadFromBytes(ptr, offset, &temp); in HashSet()
159 offset = ReadFromBytes(ptr, offset, &temp); in HashSet()
161 offset = ReadFromBytes(ptr, offset, &min_load_factor_); in HashSet()
162 offset = ReadFromBytes(ptr, offset, &max_load_factor_); in HashSet()
172 offset = ReadFromBytes(ptr, offset, &data_[i]); in HashSet()
516 static size_t ReadFromBytes(const uint8_t* ptr, size_t offset, Elem* out) { in ReadFromBytes() function