Searched defs:OneofProperties (Results 1 – 3 of 3) sorted by relevance
113 type OneofProperties struct { struct114 Type reflect.Type // pointer to generated struct type for this oneof field115 Field int // struct field number of the containing oneof in the message116 Prop *Properties
553 public void OneofProperties() in OneofProperties() method in Google.Protobuf.GeneratedMessageTest