Lines Matching refs:mode_
31 :path_(path), size_(size), offset_(offset), mode_(mode), hint_(hint) {}
74 if ((mode_ & MapMode::CREATE_IF_ABSENT) == MapMode::DEFAULT) {
109 mode_ &= (MapMode::PRIVATE | MapMode::READ_ONLY | MapMode::CREATE_IF_ABSENT);
112 if (mode_ == MapMode::DEFAULT) {
117 if ((mode_ & MapMode::PRIVATE) != MapMode::DEFAULT) {
123 if ((mode_ & MapMode::READ_ONLY) != MapMode::DEFAULT) {
131 if ((mode_ & MapMode::CREATE_IF_ABSENT) != MapMode::DEFAULT) {
448 mode_ = MapMode::DEFAULT;
494 offset_(other.offset_), mode_(other.mode_), fd_(other.fd_), mapProt_(other.mapProt_), mapFlag_(other.mapFlag_),
513 mode_ = other.mode_;
593 if (mode_ != val) {
595 mode_ = val;