Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A 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
H A DWriteMessagesBenchmark.cs160 public byte[] ToByteArray() => message.ToByteArray(); in ToByteArray() method in Google.Protobuf.Benchmarks.WriteMessagesBenchmark.SubTest
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A 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
H A DWriteMessagesBenchmark.cs160 public byte[] ToByteArray() => message.ToByteArray(); in ToByteArray() method in Google.Protobuf.Benchmarks.WriteMessagesBenchmark.SubTest
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs134 public byte[] ToByteArray() in ToByteArray() method in Google.Protobuf.ByteString
H A DMessageExtensions.cs108 public static byte[] ToByteArray(this IMessage message) in ToByteArray() method in Google.Protobuf.MessageExtensions
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs134 public byte[] ToByteArray() in ToByteArray() method in Google.Protobuf.ByteString
H A DMessageExtensions.cs108 public static byte[] ToByteArray(this IMessage message) in ToByteArray() method in Google.Protobuf.MessageExtensions