Searched refs:ReadRawBytes (Results 1 – 1 of 1) sorted by relevance
482 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