Searched refs:WriteToBytes (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/base/
H A Dhash_set.h243 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(num_elements_));
244 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(num_buckets_));
245 offset = WriteToBytes(ptr, offset, static_cast<uint64_t>(elements_until_expand_));
246 offset = WriteToBytes(ptr, offset, min_load_factor_);
247 offset = WriteToBytes(ptr, offset, max_load_factor_);
251 offset = WriteToBytes(ptr, offset, data_[i]);
648 static size_t WriteToBytes(uint8_t* ptr, size_t offset, Elem n) { function in class:art::HashSet

Completed in 68 milliseconds