Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs79 NestedTypes = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()
82 … new MessageDescriptor(type, file, this, index, generatedCodeInfo.NestedTypes[index])); in MessageDescriptor()
184 public IList<MessageDescriptor> NestedTypes { get; } property in Google.Protobuf.Reflection.MessageDescriptor
224 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.cs962 … get { return global::Google.Protobuf.Reflection.DescriptorProto.Descriptor.NestedTypes[0]; }
1097 … get { return global::Google.Protobuf.Reflection.DescriptorProto.Descriptor.NestedTypes[1]; }
4563 … get { return global::Google.Protobuf.Reflection.UninterpretedOption.Descriptor.NestedTypes[0]; }
4844 … get { return global::Google.Protobuf.Reflection.SourceCodeInfo.Descriptor.NestedTypes[0]; }
5225 … get { return global::Google.Protobuf.Reflection.GeneratedCodeInfo.Descriptor.NestedTypes[0]; }
/external/protobuf/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()
/external/grpc-grpc/src/csharp/Grpc.Reflection/
DSymbolRegistry.cs123 foreach (var nestedType in messageDescriptor.NestedTypes) in AddMessage()
/external/libchrome/base/json/
Djson_writer_unittest.cc54 TEST(JSONWriterTest, NestedTypes) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs170 get { return global::UnitTest.Issues.TestProtos.Issue307.Descriptor.NestedTypes[0]; }
248 … { return global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Descriptor.NestedTypes[0]; }
1022 get { return global::UnitTest.Issues.TestProtos.ReservedNames.Descriptor.NestedTypes[0]; }
DUnittestProto3.cs1545 get { return global::Google.Protobuf.TestProtos.TestAllTypes.Descriptor.NestedTypes[0]; }
3210 … get { return global::Google.Protobuf.TestProtos.TestFieldOrderings.Descriptor.NestedTypes[0]; }
/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs242 … get { return global::Google.Protobuf.Examples.AddressBook.Person.Descriptor.NestedTypes[0]; }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1921 std::vector<const DIType *> NestedTypes; member
1994 Info.NestedTypes.push_back(DDTy); in collectClassInfo()
2000 Info.NestedTypes.push_back(Composite); in collectClassInfo()
2230 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList()
2238 !Info.NestedTypes.empty()); in lowerRecordFieldList()
/external/clang/lib/Sema/
DSemaTemplate.cpp1669 SmallVector<QualType, 4> NestedTypes; in MatchTemplateParametersToScopeSpecifier() local
1685 NestedTypes.push_back(T); in MatchTemplateParametersToScopeSpecifier()
1758 std::reverse(NestedTypes.begin(), NestedTypes.end()); in MatchTemplateParametersToScopeSpecifier()
1799 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier()
1801 T = NestedTypes[TypeIdx]; in MatchTemplateParametersToScopeSpecifier()
1988 << NestedTypes.back(); in MatchTemplateParametersToScopeSpecifier()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs3466 get { return global::Conformance.TestAllTypes.Descriptor.NestedTypes[0]; }