Searched defs:NestedTypes (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
D | GeneratedClrTypeInfo.cs | 73 public GeneratedClrTypeInfo[] NestedTypes { get; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo |
D | MessageDescriptor.cs | 184 public IList<MessageDescriptor> NestedTypes { get; } property in Google.Protobuf.Reflection.MessageDescriptor |
/external/libchrome/base/json/ | ||
D | json_writer_unittest.cc | 54 TEST(JSONWriterTest, NestedTypes) { in TEST() argument |
/external/clang/lib/Sema/ | ||
D | SemaTemplate.cpp | 1669 SmallVector<QualType, 4> NestedTypes; in MatchTemplateParametersToScopeSpecifier() local |