Home
last modified time | relevance | path

Searched refs:kPositionNotSpecified (Results 1 – 2 of 2) sorted by relevance

/external/cronet/stable/net/http/
Dhttp_byte_range.cc14 const int64_t kPositionNotSpecified = -1; variable
21 : first_byte_position_(kPositionNotSpecified), in HttpByteRange()
22 last_byte_position_(kPositionNotSpecified), in HttpByteRange()
23 suffix_length_(kPositionNotSpecified) {} in HttpByteRange()
49 return suffix_length_ != kPositionNotSpecified; in IsSuffixByteRange()
53 return first_byte_position_ != kPositionNotSpecified; in HasFirstBytePosition()
57 return last_byte_position_ != kPositionNotSpecified; in HasLastBytePosition()
64 (last_byte_position_ == kPositionNotSpecified || in IsValid()
/external/cronet/tot/net/http/
Dhttp_byte_range.cc14 const int64_t kPositionNotSpecified = -1; variable
21 : first_byte_position_(kPositionNotSpecified), in HttpByteRange()
22 last_byte_position_(kPositionNotSpecified), in HttpByteRange()
23 suffix_length_(kPositionNotSpecified) {} in HttpByteRange()
49 return suffix_length_ != kPositionNotSpecified; in IsSuffixByteRange()
53 return first_byte_position_ != kPositionNotSpecified; in HasFirstBytePosition()
57 return last_byte_position_ != kPositionNotSpecified; in HasLastBytePosition()
64 (last_byte_position_ == kPositionNotSpecified || in IsValid()