Home
last modified time | relevance | path

Searched defs:tu (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.cpp43 abi_dump::TranslationUnit tu; in ReadDumpImpl() local
200 const abi_dump::TranslationUnit &tu) { in ReadGlobalVariables()
214 void ProtobufIRReader::ReadPointerTypes(const abi_dump::TranslationUnit &tu) { in ReadPointerTypes()
222 void ProtobufIRReader::ReadBuiltinTypes(const abi_dump::TranslationUnit &tu) { in ReadBuiltinTypes()
232 void ProtobufIRReader::ReadQualifiedTypes(const abi_dump::TranslationUnit &tu) { in ReadQualifiedTypes()
244 void ProtobufIRReader::ReadArrayTypes(const abi_dump::TranslationUnit &tu) { in ReadArrayTypes()
253 const abi_dump::TranslationUnit &tu) { in ReadLvalueReferenceTypes()
263 const abi_dump::TranslationUnit &tu) { in ReadRvalueReferenceTypes()
272 void ProtobufIRReader::ReadFunctions(const abi_dump::TranslationUnit &tu) { in ReadFunctions()
279 void ProtobufIRReader::ReadRecordTypes(const abi_dump::TranslationUnit &tu) { in ReadRecordTypes()
[all …]
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp167 JsonObjectRef tu(tu_json, ok); in ReadDumpImpl() local
310 void JsonIRReader::ReadGlobalVariables(const JsonObjectRef &tu) { in ReadGlobalVariables()
324 void JsonIRReader::ReadPointerTypes(const JsonObjectRef &tu) { in ReadPointerTypes()
332 void JsonIRReader::ReadBuiltinTypes(const JsonObjectRef &tu) { in ReadBuiltinTypes()
342 void JsonIRReader::ReadQualifiedTypes(const JsonObjectRef &tu) { in ReadQualifiedTypes()
354 void JsonIRReader::ReadArrayTypes(const JsonObjectRef &tu) { in ReadArrayTypes()
362 void JsonIRReader::ReadLvalueReferenceTypes(const JsonObjectRef &tu) { in ReadLvalueReferenceTypes()
370 void JsonIRReader::ReadRvalueReferenceTypes(const JsonObjectRef &tu) { in ReadRvalueReferenceTypes()
378 void JsonIRReader::ReadFunctions(const JsonObjectRef &tu) { in ReadFunctions()
385 void JsonIRReader::ReadRecordTypes(const JsonObjectRef &tu) { in ReadRecordTypes()
[all …]
/development/tools/mkstubs/tests/data/
DTestTemplateClass.java53 public <X extends T, Y> void getMap(List<T> list, Map<T, U> tu, Map<X, Set<? super Y>> xy) { in getMap()
/development/vndk/tools/header-checker/src/diff/
Dabi_diff.cpp105 HeaderAbiDiff::ExtractUserDefinedTypes(const repr::ModuleIR &tu) { in ExtractUserDefinedTypes()