1{ 2 "array_types" : [], 3 "builtin_types" : 4 [ 5 { 6 "alignment" : 4, 7 "is_integral" : true, 8 "linker_set_key" : "int", 9 "name" : "int", 10 "referenced_type" : "type-1", 11 "self_type" : "type-1", 12 "size" : 4 13 } 14 ], 15 "elf_functions" : [], 16 "elf_objects" : [], 17 "enum_types" : [], 18 "function_types" : [], 19 "functions" : [], 20 "global_vars" : 21 [ 22 { 23 "linker_set_key" : "non_type_template", 24 "name" : "non_type_template", 25 "referenced_type" : "type-1", 26 "source_file" : "/development/vndk/tools/header-checker/tests/integration/cpp/header/known_issues.h" 27 }, 28 { 29 "linker_set_key" : "return_type", 30 "name" : "return_type", 31 "referenced_type" : "type-2", 32 "source_file" : "/development/vndk/tools/header-checker/tests/integration/cpp/header/known_issues.h" 33 }, 34 { 35 "linker_set_key" : "template_arg_in_namespace", 36 "name" : "template_arg_in_namespace", 37 "referenced_type" : "type-1", 38 "source_file" : "/development/vndk/tools/header-checker/tests/integration/cpp/header/known_issues.h" 39 } 40 ], 41 "lvalue_reference_types" : [], 42 "pointer_types" : [], 43 "qualified_types" : [], 44 "record_types" : [], 45 "rvalue_reference_types" : [] 46} 47