Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc550 PROTOBUF_ALWAYS_INLINE static bool ReadBytesToString(
552 inline static bool ReadBytesToString(io::CodedInputStream* input, in ReadBytesToString() function
560 return ReadBytesToString(input, value); in ReadBytes()
567 return ReadBytesToString(input, *p); in ReadBytes()