Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc84 StringPiece valid_part = str.substr(0, n_valid_bytes); in ReplaceInvalidCodePoints() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc84 StringPiece valid_part = str.substr(0, n_valid_bytes); in ReplaceInvalidCodePoints() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util_unittest.cc1247 void CheckInvalidNameValuePair(std::string valid_part, in CheckInvalidNameValuePair()