Searched defs:Multi1 (Results 1 – 3 of 3) sorted by relevance
/external/golang-protobuf/protoc-gen-go/testdata/multi/ |
D | multi1.pb.go | 23 type Multi1 struct { struct 24 Multi2 *Multi2 `protobuf:"bytes,1,req,name=multi2" json:"multi2,omitempty"` 25 …ti2_Color `protobuf:"varint,2,opt,name=color,enum=multitest.Multi2_Color" json:"color,omitempty"` 26 …:"varint,3,opt,name=hat_type,json=hatType,enum=multitest.Multi3_HatType" json:"hat_type,omitempty"` 27 XXX_NoUnkeyedLiteral struct{} `json:"-"` 28 XXX_unrecognized []byte `json:"-"` 29 XXX_sizecache int32 `json:"-"` 32 func (m *Multi1) Reset() { *m = Multi1{} } 33 func (m *Multi1) String() string { return proto.CompactTextString(m) } 34 func (*Multi1) ProtoMessage() {} [all …]
|
D | multi1.proto | 41 message Multi1 { message
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimators_test.cc | 211 TEST_P(DefaultBweTest, Multi1) { in TEST_P() argument
|