Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs76 internal static ByteString AttachBytes(byte[] bytes) in AttachBytes() method in Google.Protobuf.ByteString
190 return AttachBytes(bytes); in FromStream()
216 return AttachBytes(bytes); in FromStreamAsync()
H A DMessageExtensions.cs146 return ByteString.AttachBytes(message.ToByteArray()); in ToByteString()
H A DParsingPrimitives.cs571 return ByteString.AttachBytes(ParsingPrimitives.ReadRawBytes(ref buffer, ref state, length)); in ReadBytes()

Completed in 3 milliseconds