Home
last modified time | relevance | path

Searched refs:type_stack (Results 1 – 5 of 5) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.h38 bool AddDiffMessageIR(const DiffMessageIR *, const std::string &type_stack,
59 const std::string &type_stack, DiffKind diff_kind);
62 const std::string &type_stack, DiffKind diff_kind);
65 const std::string &type_stack, DiffKind diff_kind);
68 const std::string &type_stack, DiffKind diff_kind);
Dir_diff_dumper.cpp89 const std::string &type_stack, in AddDiffMessageIR() argument
94 static_cast<const RecordTypeDiffIR *>(message), type_stack, in AddDiffMessageIR()
98 static_cast<const EnumTypeDiffIR *>(message), type_stack, diff_kind); in AddDiffMessageIR()
101 static_cast<const GlobalVarDiffIR*>(message), type_stack, diff_kind); in AddDiffMessageIR()
104 static_cast<const FunctionDiffIR*>(message), type_stack, diff_kind); in AddDiffMessageIR()
282 const RecordTypeDiffIR *record_diff_ir, const std::string &type_stack, in AddRecordTypeDiffIR() argument
311 added_record_type_diff->set_type_stack(type_stack); in AddRecordTypeDiffIR()
316 const FunctionDiffIR *function_diff_ir, const std::string &type_stack, in AddFunctionDiffIR() argument
330 const std::string &type_stack, in AddEnumTypeDiffIR() argument
360 added_enum_type_diff->set_type_stack(type_stack); in AddEnumTypeDiffIR()
[all …]
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_diff.proto35 optional string type_stack = 2; field
56 optional string type_stack = 1; field
68 optional string type_stack = 1; field
75 optional string type_stack = 1; field
/development/vndk/tools/header-checker/src/repr/
Dir_diff_dumper.h37 const std::string &type_stack,
Dabi_diff_helpers.h75 TypeStackGuard(std::deque<std::string> &type_stack, in TypeStackGuard() argument
77 : type_stack_(type_stack) { in TypeStackGuard()