Home
last modified time | relevance | path

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/
DMessageDescriptor.cs83 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()
DGeneratedClrTypeInfo.cs73 public GeneratedClrTypeInfo[] NestedTypes { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
87 NestedTypes = nestedTypes ?? EmptyCodeInfo; in GeneratedClrTypeInfo()
DTypeRegistry.cs167 foreach (var nestedType in messageDescriptor.NestedTypes) in AddMessage()
DFileDescriptor.cs59 … new MessageDescriptor(message, this, null, index, generatedCodeInfo.NestedTypes[index])); in FileDescriptor()
DDescriptor.cs1028 … 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/
DDescriptorsTest.cs121 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/
DUnittestIssues.cs183 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]; }
DUnittestProto3.cs1608 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/
DAddressbook.cs259 … 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/
DConformance.cs3628 get { return global::Conformance.TestAllTypes.Descriptor.NestedTypes[0]; }