Home
last modified time | relevance | path

Searched defs:first_byte_position (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_byte_range.cc26 HttpByteRange HttpByteRange::Bounded(int64_t first_byte_position, in Bounded()
35 HttpByteRange HttpByteRange::RightUnbounded(int64_t first_byte_position) { in RightUnbounded()
H A Dhttp_byte_range_unittest.cc15 int64_t first_byte_position; in TEST() member
42 int64_t first_byte_position; in TEST() member
H A Dhttp_byte_range.h31 int64_t first_byte_position() const { return first_byte_position_; } in first_byte_position() function
H A Dhttp_util.cc180 int64_t first_byte_position = -1; in ParseRangeHeader() local
219 int64_t* first_byte_position, in ParseContentRangeHeaderFor206()
H A Dhttp_util_unittest.cc1129 int64_t first_byte_position, last_byte_position, instance_length; in TEST() local
H A Dhttp_response_headers.cc1495 int64_t* first_byte_position, in GetContentRangeFor206()
H A Dhttp_response_headers_unittest.cc1496 int64_t first_byte_position; in TEST_P() local