Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DSerializationBenchmark.cs78 public void ToByteArray() => subTests.ForEach(item => item.ToByteArray()); in ToByteArray() method in Google.Protobuf.Benchmarks.SerializationBenchmark
109 public void ToByteArray() => message.ToByteArray(); in ToByteArray() method in Google.Protobuf.Benchmarks.SerializationBenchmark.SubTest
/external/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs96 public static byte[] ToByteArray(this IMessage message) in ToByteArray() method in Google.Protobuf.MessageExtensions
DByteString.cs126 public byte[] ToByteArray() in ToByteArray() method in Google.Protobuf.ByteString