Home
last modified time | relevance | path

Searched defs:ToByteArray (Results 1 – 5 of 5) 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/grpc/src/csharp/Grpc.Core/Internal/
DSliceBufferSafeHandle.cs109 public byte[] ToByteArray() in ToByteArray() method in Grpc.Core.Internal.SliceBufferSafeHandle
/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