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