Lines Matching refs:Widget
456 type Widget struct { struct
468 func (m *Widget) Reset() { *m = Widget{} } argument
469 func (m *Widget) String() string { return proto.CompactTextString(m) } argument
470 func (*Widget) ProtoMessage() {} argument
471 func (*Widget) Descriptor() ([]byte, []int) { argument
475 func (m *Widget) XXX_Unmarshal(b []byte) error { argument
478 func (m *Widget) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
481 func (m *Widget) XXX_Merge(src proto.Message) { argument
484 func (m *Widget) XXX_Size() int { argument
487 func (m *Widget) XXX_DiscardUnknown() { argument
493 func (m *Widget) GetColor() Widget_Color { argument
500 func (m *Widget) GetRColor() []Widget_Color { argument
507 func (m *Widget) GetSimple() *Simple { argument
514 func (m *Widget) GetRSimple() []*Simple { argument
521 func (m *Widget) GetRepeats() *Repeats { argument
528 func (m *Widget) GetRRepeats() []*Repeats { argument
1159 proto.RegisterType((*Widget)(nil), "jsonpb.Widget")