Home
last modified time | relevance | path

Searched refs:Multi2 (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/multi/
Dmulti2.pb.go66 type Multi2 struct { struct
74 func (m *Multi2) Reset() { *m = Multi2{} } argument
75 func (m *Multi2) String() string { return proto.CompactTextString(m) } argument
76 func (*Multi2) ProtoMessage() {} argument
77 func (*Multi2) Descriptor() ([]byte, []int) { argument
81 func (m *Multi2) XXX_Unmarshal(b []byte) error { argument
84 func (m *Multi2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
87 func (m *Multi2) XXX_Merge(src proto.Message) { argument
90 func (m *Multi2) XXX_Size() int { argument
93 func (m *Multi2) XXX_DiscardUnknown() {
[all …]
Dmulti1.pb.go24 Multi2 *Multi2 `protobuf:"bytes,1,req,name=multi2" json:"multi2,omitempty"` member
57 func (m *Multi1) GetMulti2() *Multi2 {
59 return m.Multi2
Dmulti1.proto42 required Multi2 multi2 = 1;
43 optional Multi2.Color color = 2;
Dmulti2.proto38 message Multi2 { message
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimators_test.cc229 TEST_P(DefaultBweTest, Multi2) { in TEST_P() argument