Searched defs:StructField (Results 1 – 11 of 11) sorted by relevance
58 for (const FieldDecl *StructField : Struct->fields()) { in check() local
304 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.TestWellKnownTypes1052 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes1558 public global::Google.Protobuf.WellKnownTypes.Struct StructField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes1706 StructField = 7, enumerator2277 public pbc::MapField<int, global::Google.Protobuf.WellKnownTypes.Struct> StructField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
9 StructField(&'a Struct), enumerator
1096 func jsonProperties(f reflect.StructField, origName bool) *proto.Properties {
450 func fieldUnmarshaler(f *reflect.StructField) unmarshaler {1734 func makeUnmarshalMap(f *reflect.StructField) unmarshaler {
51 func toField(f *reflect.StructField) field {
53 func toField(f *reflect.StructField) field {
2279 func makeMapMarshaler(f *reflect.StructField) (sizer, marshaler) {2362 func makeOneOfMarshaler(fi *marshalFieldInfo, f *reflect.StructField) (sizer, marshaler) {
346 class StructField(Definition): class
305 class StructField(Field): pass class
5599 bool StructField, in getObjCEncodingForTypeImpl()