• Home
  • Raw
  • Download

Lines Matching defs:Oneof

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