Home
last modified time | relevance | path

Searched refs:NestedType (Results 1 – 23 of 23) sorted by relevance

/external/libchrome/base/json/
Djson_value_converter.h235 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/
Dnested-types.ll115 ; CHECK-NEXT: NestedType {
120 ; CHECK-NEXT: NestedType {
125 ; CHECK-NEXT: NestedType {
130 ; CHECK-NEXT: NestedType {
Dtypes-nested-class.ll43 ; CHECK: NestedType {
/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.proto27 enum NestedType { enum
32 optional NestedType nested_type = 1;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp277 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/
Dpdbdump-yaml-types.test112 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/
Dchrome_trace_event.proto22 enum NestedType { enum
26 optional NestedType nested_type = 1;
/external/golang-protobuf/descriptor/
Ddescriptor.go90 md = md.NestedType[i]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs80 proto.NestedType, in MessageDescriptor()
DDescriptor.cs731 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/
Dcodeview-types.test38 // CHECK-DAG: {{^ *NestedType {$}}
/external/llvm/test/tools/llvm-readobj/
Dcodeview-types.test38 // CHECK-DAG: {{^ *NestedType {$}}
/external/llvm/test/DebugInfo/COFF/
Dtypes-nested-class.ll43 ; CHECK: NestedType {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def73 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
DTypeRecord.h364 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecords.def71 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType)
DTypeRecord.h386 : TypeRecord(TypeRecordKind::NestedType), Type(Type), Name(Name) {} in NestedTypeRecord()
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go786 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/
Ddescriptor.pb.go532NestedType []*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/
Ddescriptor.pb.go504NestedType []*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/
DDIEHashTest.cpp526 TEST_F(DIEHashTest, NestedType) { in TEST_F() argument
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp526 TEST_F(DIEHashTest, NestedType) { in TEST_F() argument
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto3000 enum NestedType { enum
3005 optional NestedType nested_type = 1;