Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs75 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes() method in Google.Protobuf.ByteString
169 return AttachBytes(bytes); in FromStream()
195 return AttachBytes(bytes); in FromStreamAsync()
DMessageExtensions.cs143 return ByteString.AttachBytes(message.ToByteArray()); in ToByteString()
DCodedInputStream.cs634 return ByteString.AttachBytes(ReadRawBytes(length)); in ReadBytes()