Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs482 byte[] rawBytes = ReadRawBytes(4); in ReadFloat()
559 return CodedOutputStream.Utf8Encoding.GetString(ReadRawBytes(length), 0, length); in ReadString()
602 return ByteString.AttachBytes(ReadRawBytes(length)); in ReadBytes()
1081 internal byte[] ReadRawBytes(int size) in ReadRawBytes() method in Google.Protobuf.CodedInputStream