Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs81 NestedTypes = DescriptorUtil.ConvertAndMakeReadOnly( in MessageDescriptor()
84 … new MessageDescriptor(type, file, this, index, generatedCodeInfo?.NestedTypes[index])); in MessageDescriptor()
127 return (IReadOnlyList<DescriptorBase>) NestedTypes; in GetNestedDescriptorListForField()
208 public IList<MessageDescriptor> NestedTypes { get; } property in Google.Protobuf.Reflection.MessageDescriptor
273 foreach (MessageDescriptor message in NestedTypes) in CrossLink()
DGeneratedClrTypeInfo.cs79 public GeneratedClrTypeInfo[] NestedTypes { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
93 NestedTypes = nestedTypes ?? EmptyCodeInfo; in GeneratedClrTypeInfo()
DFileDescriptor.cs77 … new MessageDescriptor(message, this, null, index, generatedCodeInfo?.NestedTypes[index])); in FileDescriptor()
415 …return generated.Extensions.Concat(generated.NestedTypes.Where(t => t != null).SelectMany(GetAllGe… in GetAllGeneratedExtensions()
430 .Concat(descriptor.NestedTypes.SelectMany(GetAllDependedExtensionsFromMessage)); in GetAllDependedExtensionsFromMessage()
DTypeRegistry.cs167 foreach (var nestedType in messageDescriptor.NestedTypes) in AddMessage()
DDescriptor.cs1163 … get { return global::Google.Protobuf.Reflection.DescriptorProto.Descriptor.NestedTypes[0]; }
1403 … get { return global::Google.Protobuf.Reflection.DescriptorProto.Descriptor.NestedTypes[1]; }
2830 … get { return global::Google.Protobuf.Reflection.EnumDescriptorProto.Descriptor.NestedTypes[0]; }
7321 … get { return global::Google.Protobuf.Reflection.UninterpretedOption.Descriptor.NestedTypes[0]; }
7681 … get { return global::Google.Protobuf.Reflection.SourceCodeInfo.Descriptor.NestedTypes[0]; }
8143 … get { return global::Google.Protobuf.Reflection.GeneratedCodeInfo.Descriptor.NestedTypes[0]; }
/external/protobuf/csharp/compatibility_tests/v3.0.0/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/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs199 Assert.AreEqual(nestedType, messageType.NestedTypes[0]); in MessageDescriptor()
202 for (int i = 0; i < messageType.NestedTypes.Count; i++) in MessageDescriptor()
204 Assert.AreEqual(i, messageType.NestedTypes[i].Index); in MessageDescriptor()
342 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/components/policy/core/common/
Dplist_writer_unittest.cc78 TEST_F(PlistWriterTest, NestedTypes) { in TEST_F() argument
/external/libchrome/base/json/
Djson_writer_unittest.cc54 TEST(JSONWriterTest, NestedTypes) { in TEST() argument
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs202 get { return global::UnitTest.Issues.TestProtos.Issue307.Descriptor.NestedTypes[0]; }
305 … { return global::UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Descriptor.NestedTypes[0]; }
1241 get { return global::UnitTest.Issues.TestProtos.ReservedNames.Descriptor.NestedTypes[0]; }
2081 get { return global::UnitTest.Issues.TestProtos.OneofMerging.Descriptor.NestedTypes[0]; }
DUnittestCustomOptionsProto3.cs2019 … get { return global::UnitTest.Issues.TestProtos.ComplexOptionType2.Descriptor.NestedTypes[0]; }
2832 … get { return global::UnitTest.Issues.TestProtos.NestedOptionType.Descriptor.NestedTypes[0]; }
DUnittestProto3.cs1644 get { return global::Google.Protobuf.TestProtos.TestAllTypes.Descriptor.NestedTypes[0]; }
3764 … get { return global::Google.Protobuf.TestProtos.TestFieldOrderings.Descriptor.NestedTypes[0]; }
7476 … get { return global::Google.Protobuf.TestProtos.CommentMessage.Descriptor.NestedTypes[0]; }
DTestMessagesProto3.cs3511 … get { return global::ProtobufTestMessages.Proto3.TestAllTypesProto3.Descriptor.NestedTypes[0]; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2112 std::vector<const DIType *> NestedTypes; member
2186 Info.NestedTypes.push_back(DDTy); in collectClassInfo()
2192 Info.NestedTypes.push_back(Composite); in collectClassInfo()
2430 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList()
2438 !Info.NestedTypes.empty()); in lowerRecordFieldList()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2133 std::vector<const DIType *> NestedTypes; member
2216 Info.NestedTypes.push_back(DDTy); in collectClassInfo()
2222 Info.NestedTypes.push_back(Composite); in collectClassInfo()
2460 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList()
2468 !Info.NestedTypes.empty()); in lowerRecordFieldList()
/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs310 … get { return global::Google.Protobuf.Examples.AddressBook.Person.Descriptor.NestedTypes[0]; }
/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/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3039 SmallVector<QualType, 4> NestedTypes; in MatchTemplateParametersToScopeSpecifier() local
3055 NestedTypes.push_back(T); in MatchTemplateParametersToScopeSpecifier()
3128 std::reverse(NestedTypes.begin(), NestedTypes.end()); in MatchTemplateParametersToScopeSpecifier()
3171 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier()
3173 T = NestedTypes[TypeIdx]; in MatchTemplateParametersToScopeSpecifier()
3363 << NestedTypes.back(); in MatchTemplateParametersToScopeSpecifier()