Lines Matching refs:Oneof
3090 type Oneof struct { struct
3118 func (m *Oneof) Reset() { *m = Oneof{} } argument
3119 func (m *Oneof) String() string { return proto.CompactTextString(m) } argument
3120 func (*Oneof) ProtoMessage() {} argument
3121 func (*Oneof) Descriptor() ([]byte, []int) { argument
3125 func (m *Oneof) XXX_Unmarshal(b []byte) error { argument
3128 func (m *Oneof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
3131 func (m *Oneof) XXX_Merge(src proto.Message) { argument
3134 func (m *Oneof) XXX_Size() int { argument
3137 func (m *Oneof) XXX_DiscardUnknown() { argument
3249 func (m *Oneof) GetUnion() isOneof_Union { argument
3256 func (m *Oneof) GetF_Bool() bool { argument
3263 func (m *Oneof) GetF_Int32() int32 { argument
3270 func (m *Oneof) GetF_Int64() int64 { argument
3277 func (m *Oneof) GetF_Fixed32() uint32 { argument
3284 func (m *Oneof) GetF_Fixed64() uint64 { argument
3291 func (m *Oneof) GetF_Uint32() uint32 { argument
3298 func (m *Oneof) GetF_Uint64() uint64 { argument
3305 func (m *Oneof) GetF_Float() float32 { argument
3312 func (m *Oneof) GetF_Double() float64 { argument
3319 func (m *Oneof) GetF_String() string { argument
3326 func (m *Oneof) GetF_Bytes() []byte { argument
3333 func (m *Oneof) GetF_Sint32() int32 { argument
3340 func (m *Oneof) GetF_Sint64() int64 { argument
3347 func (m *Oneof) GetF_Enum() MyMessage_Color { argument
3354 func (m *Oneof) GetF_Message() *GoTestField { argument
3361 func (m *Oneof) GetFGroup() *Oneof_F_Group { argument
3368 func (m *Oneof) GetF_Largest_Tag() int32 { argument
3385 func (m *Oneof) GetTormato() isOneof_Tormato { argument
3392 func (m *Oneof) GetValue() int32 { argument
3400 func (*Oneof) XXX_OneofWrappers() []interface{} { argument
3617 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"` member
3676 return m.Oneof
4529 proto.RegisterType((*Oneof)(nil), "test_proto.Oneof")