/external/libchrome/base/json/ |
D | json_value_converter.h | 235 template <typename NestedType> 236 class NestedValueConverter : public ValueConverter<NestedType> { 240 bool Convert(const base::Value& value, NestedType* field) const override { in Convert() 245 JSONValueConverter<NestedType> converter_; 285 template <typename NestedType> 287 : public ValueConverter<std::vector<std::unique_ptr<NestedType>>> { 292 std::vector<std::unique_ptr<NestedType>>* field) const override { in Convert() 303 std::unique_ptr<NestedType> nested(new NestedType); in Convert() 315 JSONValueConverter<NestedType> converter_; 319 template <typename NestedType> [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | nested-types.ll | 115 ; CHECK-NEXT: NestedType { 120 ; CHECK-NEXT: NestedType { 125 ; CHECK-NEXT: NestedType { 130 ; CHECK-NEXT: NestedType {
|
D | types-nested-class.ll | 43 ; CHECK: NestedType {
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.proto | 27 enum NestedType { enum 32 optional NestedType nested_type = 1;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 277 static NestedTypeRecord NestedType(TypeIndex(54), "MyClass"); variable 496 writeFieldList(NestedType); in TEST_F() 497 checkTypeReferences(0, NestedType.Type); in TEST_F() 528 NestedType, StaticDataMember, VirtualBaseClass, VFPtr, in TEST_F() 533 OneMethod.T1, OneMethod.T2, OneMethod.T3, OneMethod.T4, NestedType.Type, in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdbdump-yaml-types.test | 112 YAML: NestedType: 229 YAML: NestedType: 335 YAML: NestedType: 438 YAML: NestedType: 442 YAML: NestedType: 595 YAML: NestedType: 893 YAML: NestedType: 978 YAML: NestedType:
|
/external/perfetto/protos/perfetto/trace/chrome/ |
D | chrome_trace_event.proto | 22 enum NestedType { enum 26 optional NestedType nested_type = 1;
|
/external/golang-protobuf/descriptor/ |
D | descriptor.go | 90 md = md.NestedType[i]
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MessageDescriptor.cs | 80 proto.NestedType, in MessageDescriptor()
|
D | Descriptor.cs | 731 public pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> NestedType { property in Google.Protobuf.Reflection.DescriptorProto
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | codeview-types.test | 38 // CHECK-DAG: {{^ *NestedType {$}}
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-types.test | 38 // CHECK-DAG: {{^ *NestedType {$}}
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-nested-class.ll | 43 ; CHECK: NestedType {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewTypes.def | 73 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
|
D | TypeRecord.h | 364 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecords.def | 71 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
|
D | TypeRecord.h | 386 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 786 if len(desc.NestedType) != 0 { 792 if len(desc.nested) != len(desc.NestedType) { 864 for i, nested := range desc.NestedType {
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 532 …NestedType []*DescriptorProto `protobuf:"bytes,3,rep,name=nested_type,json=nest… member 594 return m.NestedType
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 504 …NestedType []*DescriptorProto `protobuf:"bytes,3,rep,name=nested_type,json=nest… member 565 return m.NestedType
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 526 TEST_F(DIEHashTest, NestedType) { in TEST_F() argument
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 526 TEST_F(DIEHashTest, NestedType) { in TEST_F() argument
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 3000 enum NestedType { enum 3005 optional NestedType nested_type = 1;
|