Home
last modified time | relevance | path

Searched defs:OneofProperties (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go114 type OneofProperties struct { struct
115 Type reflect.Type // pointer to generated struct type for this oneof field
116 Field int // struct field number of the containing oneof in the message
117 Prop *Properties
/external/golang-protobuf/proto/
Dproperties.go114 type OneofProperties struct { struct
115 Type reflect.Type // pointer to generated struct type for this oneof field
116 Field int // struct field number of the containing oneof in the message
117 Prop *Properties
/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs553 public void OneofProperties() in OneofProperties() method in Google.Protobuf.GeneratedMessageTest