Home
last modified time | relevance | path

Searched defs:value_begin (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/http/
Dhttp_util.h355 std::string::const_iterator value_begin() const { in value_begin() function
429 std::string::const_iterator value_begin() const { in value_begin() function
Dhttp_response_headers.cc153 std::string::const_iterator value_begin; member
527 std::string::const_iterator value_begin = parsed_[i].value_begin; in GetNormalizedHeader() local
573 std::string::const_iterator value_begin = parsed_[i].value_begin; in EnumerateHeaderLines() local
827 std::string::const_iterator value_begin, in AddToParsed()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h406 op_iterator value_begin() { return arg_begin(); } in value_begin() function
407 const_op_iterator value_begin() const { return arg_begin(); } in value_begin() function
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dbalsa_frame.cc483 const char* value_begin = (stream_begin + header_line.value_begin_idx); in ProcessContentLengthLine() local
Dbalsa_headers.cc767 char* value_begin = buf + line->value_begin_idx; in RemoveValue() local