Home
last modified time | relevance | path

Searched defs:ToByteArray (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DGoogleMessageBenchmark.cs82 public void ToByteArray() => subTests.ForEach(item => item.ToByteArray()); in ToByteArray() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark
113 public void ToByteArray() => message.ToByteArray(); in ToByteArray() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark.SubTest
DWriteMessagesBenchmark.cs160 public byte[] ToByteArray() => message.ToByteArray(); in ToByteArray() method in Google.Protobuf.Benchmarks.WriteMessagesBenchmark.SubTest
/third_party/protobuf/csharp/src/Google.Protobuf/
DByteString.cs147 public byte[] ToByteArray() in ToByteArray() method in Google.Protobuf.ByteString
DMessageExtensions.cs99 public static byte[] ToByteArray(this IMessage message) in ToByteArray() method in Google.Protobuf.MessageExtensions