Searched refs:scan_mount_points_ (Results 1 – 4 of 4) sorted by relevance
118 return static_cast<int>(scan_mount_points_.size()); in scan_mount_points_size()121 return scan_mount_points_; in scan_mount_points()124 return &scan_mount_points_; in mutable_scan_mount_points()126 void clear_scan_mount_points() { scan_mount_points_.clear(); } in clear_scan_mount_points()128 scan_mount_points_.emplace_back(); in add_scan_mount_points()129 return &scan_mount_points_.back(); in add_scan_mount_points()152 std::vector<std::string> scan_mount_points_; variable
48 (scan_mount_points_ == other.scan_mount_points_) && in operator ==()73 scan_mount_points_.clear(); in FromProto()75 scan_mount_points_.emplace_back(); in FromProto()77 sizeof(scan_mount_points_.back()) == sizeof(proto.scan_mount_points(0)), in FromProto()79 scan_mount_points_.back() = in FromProto()80 static_cast<decltype(scan_mount_points_)::value_type>(field); in FromProto()114 for (const auto& it : scan_mount_points_) { in ToProto()
122 scan_mount_points_( in InodeFileDataSource()222 if (!scan_mount_points_.empty()) { in OnInodes()226 if (scan_mount_points_.count(it->second) == 0) { in OnInodes()
115 std::set<std::string> scan_mount_points_; variable