Home
last modified time | relevance | path

Searched refs:nestedEnums (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs85 …sageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTy… in GeneratedClrTypeInfo() argument
88 NestedEnums = nestedEnums ?? ReflectionUtil.EmptyTypes; in GeneratedClrTypeInfo()
98 public GeneratedClrTypeInfo(Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes) in GeneratedClrTypeInfo() argument
99 : this(null, null, null, null, nestedEnums, nestedTypes) in GeneratedClrTypeInfo()