Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs154 return ByteString.AttachBytes(message.ToByteArray()); in ToByteString()
DByteString.cs77 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes() method in Google.Protobuf.ByteString
DCodedInputStream.cs602 return ByteString.AttachBytes(ReadRawBytes(length)); in ReadBytes()