Searched refs:oneofNames (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | GeneratedClrTypeInfo.cs | 91 …o(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEn… in GeneratedClrTypeInfo() argument 99 OneofNames = oneofNames ?? EmptyNames; in GeneratedClrTypeInfo() 107 …o(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEn… in GeneratedClrTypeInfo() argument 108 : this(clrType, parser, propertyNames, oneofNames, nestedEnums, null, nestedTypes) in GeneratedClrTypeInfo()
|
/third_party/protobuf/objectivec/ |
D | GPBDescriptor_PackagePrivate.h | 206 - (void)setupOneofs:(const char **)oneofNames
|
D | GPBDescriptor.m | 188 - (void)setupOneofs:(const char **)oneofNames 194 const char *name = oneofNames[i];
|