Searched refs:max_file_size_bytes_ (Results 1 – 2 of 2) sorted by relevance
55 (max_file_size_bytes_ == other.max_file_size_bytes_) && in operator ==()120 sizeof(max_file_size_bytes_) == sizeof(proto.max_file_size_bytes()), in FromProto()122 max_file_size_bytes_ = in FromProto()123 static_cast<decltype(max_file_size_bytes_)>(proto.max_file_size_bytes()); in FromProto()234 sizeof(max_file_size_bytes_) == sizeof(proto->max_file_size_bytes()), in ToProto()238 max_file_size_bytes_)); in ToProto()
557 uint64_t max_file_size_bytes() const { return max_file_size_bytes_; } in max_file_size_bytes()558 void set_max_file_size_bytes(uint64_t value) { max_file_size_bytes_ = value; } in set_max_file_size_bytes()639 uint64_t max_file_size_bytes_ = {}; variable