Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util.h370 std::string::const_iterator value_begin() const { in value_begin() function
444 std::string::const_iterator value_begin() const { in value_begin() function
H A Dhttp_response_headers.cc203 std::string::const_iterator value_begin; member
680 std::string::const_iterator value_begin = parsed_[i].value_begin; in GetNormalizedHeader() local
726 std::string::const_iterator value_begin = parsed_[i].value_begin; in EnumerateHeaderLines() local
953 std::string::const_iterator value_begin, in AddToParsed()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A 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
/aosp_15_r20/frameworks/native/include/ftl/
H A Denum.h53 const auto value_begin = view.rfind("V = "sv); in ftl_enum_builder() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h568 op_iterator value_begin() { return arg_begin(); } in value_begin() function
569 const_op_iterator value_begin() const { return arg_begin(); } in value_begin() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_frame.cc479 const char* value_begin = (stream_begin + header_line.value_begin_idx); in ProcessContentLengthLine() local
H A Dbalsa_headers.cc767 char* value_begin = buf + line->value_begin_idx; in RemoveValue() local