Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs84 public Type[] NestedEnums { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
94 NestedEnums = nestedEnums ?? ReflectionUtil.EmptyTypes; in GeneratedClrTypeInfo()
DMessageDescriptor.cs89 new EnumDescriptor(type, file, this, index, generatedCodeInfo?.NestedEnums[index])); in MessageDescriptor()
DFileDescriptor.cs81 … new EnumDescriptor(enumType, this, null, index, generatedCodeInfo?.NestedEnums[index])); in FileDescriptor()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3084 TEST_F(SourceInfoTest, NestedEnums) { in TEST_F() argument