Searched refs:NestedTypes (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | MessageDescriptor.cs | 83 NestedTypes = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor() 86 … new MessageDescriptor(type, file, this, index, generatedCodeInfo.NestedTypes[index])); in MessageDescriptor() 188 public IList<MessageDescriptor> NestedTypes { get; } property in Google.Protobuf.Reflection.MessageDescriptor 228 foreach (MessageDescriptor message in NestedTypes) in CrossLink()
|
D | GeneratedClrTypeInfo.cs | 73 public GeneratedClrTypeInfo[] NestedTypes { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo 87 NestedTypes = nestedTypes ?? EmptyCodeInfo; in GeneratedClrTypeInfo()
|
D | TypeRegistry.cs | 167 foreach (var nestedType in messageDescriptor.NestedTypes) in AddMessage()
|
D | FileDescriptor.cs | 59 … new MessageDescriptor(message, this, null, index, generatedCodeInfo.NestedTypes[index])); in FileDescriptor()
|
D | Descriptor.cs | 1028 … get { return global::Google.Protobuf.Reflection.DescriptorProto.Descriptor.NestedTypes[0]; } 1178 … get { return global::Google.Protobuf.Reflection.DescriptorProto.Descriptor.NestedTypes[1]; } 5056 … get { return global::Google.Protobuf.Reflection.UninterpretedOption.Descriptor.NestedTypes[0]; } 5366 … get { return global::Google.Protobuf.Reflection.SourceCodeInfo.Descriptor.NestedTypes[0]; } 5779 … get { return global::Google.Protobuf.Reflection.GeneratedCodeInfo.Descriptor.NestedTypes[0]; }
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Reflection/ |
D | DescriptorsTest.cs | 121 Assert.AreEqual(nestedType, messageType.NestedTypes[0]); in MessageDescriptor() 124 for (int i = 0; i < messageType.NestedTypes.Count; i++) in MessageDescriptor() 126 Assert.AreEqual(i, messageType.NestedTypes[i].Index); in MessageDescriptor() 232 var descriptor = MapWellKnownTypes.Descriptor.NestedTypes[0]; in MapEntryMessageDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestIssues.cs | 183 get { return global::UnitTest.Issues.TestProtos.Issue307.Descriptor.NestedTypes[0]; } 274 … { return global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Descriptor.NestedTypes[0]; } 1138 get { return global::UnitTest.Issues.TestProtos.ReservedNames.Descriptor.NestedTypes[0]; }
|
D | UnittestProto3.cs | 1608 get { return global::Google.Protobuf.TestProtos.TestAllTypes.Descriptor.NestedTypes[0]; } 3455 … get { return global::Google.Protobuf.TestProtos.TestFieldOrderings.Descriptor.NestedTypes[0]; }
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/AddressBook/ |
D | Addressbook.cs | 259 … get { return global::Google.Protobuf.Examples.AddressBook.Person.Descriptor.NestedTypes[0]; }
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 3628 get { return global::Conformance.TestAllTypes.Descriptor.NestedTypes[0]; }
|