• Home
  • Raw
  • Download

Lines Matching defs:MyMessage

1891 type MyMessage struct {  struct
1900 … *MyMessage_Color `protobuf:"varint,7,opt,name=bikeshed,enum=test_proto.MyMessage_Color" json…
1901 …essage_SomeGroup `protobuf:"group,8,opt,name=SomeGroup,json=somegroup" json:"somegroup,omitempty"`
1903 … [][]byte `protobuf:"bytes,10,rep,name=rep_bytes,json=repBytes" json:"rep_bytes,omitempty"`
1904 …at *float64 `protobuf:"fixed64,11,opt,name=bigfloat" json:"bigfloat,omitempty"`
1905 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1906 proto.XXX_InternalExtensions `json:"-"`
1907 XXX_unrecognized []byte `json:"-"`
1908 XXX_sizecache int32 `json:"-"`
1911 func (m *MyMessage) Reset() { *m = MyMessage{} }
1912 func (m *MyMessage) String() string { return proto.CompactTextString(m) }
1913 func (*MyMessage) ProtoMessage() {}
1914 func (*MyMessage) Descriptor() ([]byte, []int) {
1922 func (*MyMessage) ExtensionRangeArray() []proto.ExtensionRange {
1926 func (m *MyMessage) XXX_Unmarshal(b []byte) error {
1929 func (m *MyMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1932 func (m *MyMessage) XXX_Merge(src proto.Message) {
1935 func (m *MyMessage) XXX_Size() int {
1938 func (m *MyMessage) XXX_DiscardUnknown() {
1944 func (m *MyMessage) GetCount() int32 {
1951 func (m *MyMessage) GetName() string {
1958 func (m *MyMessage) GetQuote() string {
1965 func (m *MyMessage) GetPet() []string {
1972 func (m *MyMessage) GetInner() *InnerMessage {
1979 func (m *MyMessage) GetOthers() []*OtherMessage {
1986 func (m *MyMessage) GetWeMustGoDeeper() *RequiredInnerMessage {
1993 func (m *MyMessage) GetRepInner() []*InnerMessage {
2000 func (m *MyMessage) GetBikeshed() MyMessage_Color {
2007 func (m *MyMessage) GetSomegroup() *MyMessage_SomeGroup {
2014 func (m *MyMessage) GetRepBytes() [][]byte {
2021 func (m *MyMessage) GetBigfloat() float64 {