Home
last modified time | relevance | path

Searched defs:instance_length (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util.cc221 int64_t* instance_length) { in ParseContentRangeHeaderFor206()
H A Dhttp_util_unittest.cc1129 int64_t first_byte_position, last_byte_position, instance_length; in TEST() local
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c1036 instance_length(PyInstanceObject *inst) in instance_length() function