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.cs78 public Type[] NestedEnums { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
88 NestedEnums = nestedEnums ?? ReflectionUtil.EmptyTypes; in GeneratedClrTypeInfo()
DMessageDescriptor.cs87 new EnumDescriptor(type, file, this, index, generatedCodeInfo.NestedEnums[index])); in MessageDescriptor()
DFileDescriptor.cs63 … new EnumDescriptor(enumType, this, null, index, generatedCodeInfo.NestedEnums[index])); in FileDescriptor()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2636 TEST_F(SourceInfoTest, NestedEnums) { in TEST_F() argument