Home
last modified time | relevance | path

Searched defs:ReadBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.cc503 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, string* value) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
507 bool WireFormatLite::ReadBytes(io::CodedInputStream* input, string** p) { in ReadBytes() function in google::protobuf::internal::WireFormatLite
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs588 public ByteString ReadBytes() in ReadBytes() method in Google.Protobuf.CodedInputStream