Home
last modified time | relevance | path

Searched defs:BenchmarkDataset (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/benchmarks/
H A Dbenchmarks.pb.go43 type BenchmarkDataset struct { struct
44 state protoimpl.MessageState
45 sizeCache protoimpl.SizeCache
46 unknownFields protoimpl.UnknownFields
50 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
58 …ng `protobuf:"bytes,2,opt,name=message_name,json=messageName,proto3" json:"message_name,omitempty"`
72 Payload [][]byte `protobuf:"bytes,3,rep,name=payload,proto3" json:"payload,omitempty"`
75 func (x *BenchmarkDataset) Reset() {
84 func (x *BenchmarkDataset) String() string {
88 func (*BenchmarkDataset) ProtoMessage() {}
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarks.cs41 public sealed partial class BenchmarkDataset : pb::IMessage<BenchmarkDataset> class
66 public BenchmarkDataset() { in BenchmarkDataset() method in Benchmarks.BenchmarkDataset
74 public BenchmarkDataset(BenchmarkDataset other) : this() { in BenchmarkDataset() method in Benchmarks.BenchmarkDataset
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DBenchmarks.cs41 public sealed partial class BenchmarkDataset : pb::IMessage<BenchmarkDataset> class
66 public BenchmarkDataset() { in BenchmarkDataset() method in Benchmarks.BenchmarkDataset
74 public BenchmarkDataset(BenchmarkDataset other) : this() { in BenchmarkDataset() method in Benchmarks.BenchmarkDataset
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/
H A Dbenchmarks.proto35 message BenchmarkDataset { message
/aosp_15_r20/external/protobuf/benchmarks/
H A Dbenchmarks.proto35 message BenchmarkDataset { message
/aosp_15_r20/external/protobuf/benchmarks/go/
H A Dgo_benchmark_test.go27 func generateNewMessageFunction(dataset benchmarkWrapper.BenchmarkDataset) func() proto.Message {
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/go/
H A Dgo_benchmark_test.go27 func generateNewMessageFunction(dataset benchmarkWrapper.BenchmarkDataset) func() proto.Message {
/aosp_15_r20/external/protobuf/benchmarks/php/
H A DPhpBenchmark.php24 use Benchmarks\BenchmarkDataset; alias
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/php/
H A DPhpBenchmark.php24 use Benchmarks\BenchmarkDataset; alias