/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/cronet/base/json/ |
D | json_value_converter.h | 238 template <typename NestedType> 239 class NestedValueConverter : public ValueConverter<NestedType> { 246 bool Convert(const base::Value& value, NestedType* field) const override { in Convert() 251 JSONValueConverter<NestedType> converter_; 290 template <typename NestedType> 292 : public ValueConverter<std::vector<std::unique_ptr<NestedType>>> { 300 std::vector<std::unique_ptr<NestedType>>* field) const override { in Convert() 308 auto nested = std::make_unique<NestedType>(); in Convert() 321 JSONValueConverter<NestedType> converter_; 324 template <typename NestedType> [all …]
|
/external/dagger2/javatests/dagger/functional/ |
D | ComponentNestedTypeTest.java | 40 dagger.functional.sub.NestedType nestedType(); in nestedType() 42 interface NestedType {} interface 45 public static final class SomeType implements dagger.functional.sub.NestedType {} 50 static dagger.functional.sub.NestedType provideSomeType() { in provideSomeType()
|
/external/dagger2/javatests/dagger/functional/sub/ |
D | NestedType.java | 21 public interface NestedType {} interface
|
/external/perfetto/protos/perfetto/trace/chrome/ |
D | chrome_trace_event.proto | 21 enum NestedType { enum 25 optional NestedType nested_type = 1;
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.proto | 112 enum NestedType { enum 118 optional NestedType nested_type = 1;
|
/external/golang-protobuf/internal/cmd/pbdump/ |
D | pbdump.go | 240 m.NestedType = append(m.NestedType, fs[n].sub.messageDescriptor(s))
|
/external/golang-protobuf/reflect/protodesc/ |
D | proto.go | 93 p.NestedType = append(p.NestedType, ToDescriptorProto(messages.Get(i)))
|
/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/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MessageDescriptor.cs | 99 proto.NestedType, in MessageDescriptor()
|
D | Descriptor.cs | 1102 public pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> NestedType { property in Google.Protobuf.Reflection.DescriptorProto
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MessageDescriptor.cs | 99 proto.NestedType, in MessageDescriptor()
|
D | Descriptor.cs | 1102 public pbc::RepeatedField<global::Google.Protobuf.Reflection.DescriptorProto> NestedType { property in Google.Protobuf.Reflection.DescriptorProto
|
/external/golang-protobuf/internal/filedesc/ |
D | desc_test.go | 108 NestedType: []*descriptorpb.DescriptorProto{{ 128 NestedType: []*descriptorpb.DescriptorProto{{
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewTypes.def | 72 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
|
D | TypeRecord.h | 380 : 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/types/descriptorpb/ |
D | descriptor.pb.go | 897 …NestedType []*DescriptorProto `protobuf:"bytes,3,rep,name=nested_type,json=nest… member 963 return x.NestedType
|
/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 | 4226 enum NestedType { enum 4230 optional NestedType nested_type = 1; 9154 enum NestedType { enum 9160 optional NestedType nested_type = 1;
|