Lines Matching refs:GoTestField
343 type GoTestField struct { struct
351 func (m *GoTestField) Reset() { *m = GoTestField{} } argument
352 func (m *GoTestField) String() string { return proto.CompactTextString(m) } argument
353 func (*GoTestField) ProtoMessage() {} argument
354 func (*GoTestField) Descriptor() ([]byte, []int) { argument
358 func (m *GoTestField) XXX_Unmarshal(b []byte) error { argument
361 func (m *GoTestField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
364 func (m *GoTestField) XXX_Merge(src proto.Message) { argument
367 func (m *GoTestField) XXX_Size() int { argument
370 func (m *GoTestField) XXX_DiscardUnknown() { argument
376 func (m *GoTestField) GetLabel() string { argument
383 func (m *GoTestField) GetType() string { argument
396 …RequiredField *GoTestField `protobuf:"bytes,4,req,name=RequiredField" json:"RequiredField,omitem…
397 …RepeatedField []*GoTestField `protobuf:"bytes,5,rep,name=RepeatedField" json:"RepeatedField,omitem…
398 …OptionalField *GoTestField `protobuf:"bytes,6,opt,name=OptionalField" json:"OptionalField,omitem…
549 func (m *GoTest) GetRequiredField() *GoTestField {
556 func (m *GoTest) GetRepeatedField() []*GoTestField {
563 func (m *GoTest) GetOptionalField() *GoTestField {
3204 F_Message *GoTestField `protobuf:"bytes,15,opt,name=F_Message,json=FMessage,oneof"`
3354 func (m *Oneof) GetF_Message() *GoTestField {
4482 proto.RegisterType((*GoTestField)(nil), "test_proto.GoTestField")