Home | History | Annotate | Download | only in http

Lines Matching refs:int64

22   int64 first_byte_position() const { return first_byte_position_; }
23 void set_first_byte_position(int64 value) { first_byte_position_ = value; }
25 int64 last_byte_position() const { return last_byte_position_; }
26 void set_last_byte_position(int64 value) { last_byte_position_ = value; }
28 int64 suffix_length() const { return suffix_length_; }
29 void set_suffix_length(int64 value) { suffix_length_ = value; }
48 bool ComputeBounds(int64 size);
51 int64 first_byte_position_;
52 int64 last_byte_position_;
53 int64 suffix_length_;