Lines Matching refs:hint_
31 :path_(path), size_(size), offset_(offset), mode_(mode), hint_(hint) {}
221 data = mmap(reinterpret_cast<void*>(const_cast<char *>(hint_)),
227 if (data == MAP_FAILED && hint_ != nullptr) {
230 hint_ = nullptr;
390 const char* oldHint = hint_;
402 hint_ = rStart_;
414 hint_ = oldHint;
453 hint_ = nullptr;
495 openFlag_(other.openFlag_), hint_(other.hint_)
518 hint_ = other.hint_;
578 if (hint_ != val) {
580 hint_ = val;