Home
last modified time | relevance | path

Searched refs:type_stack (Results 1 – 4 of 4) 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.cpp86 const std::string &type_stack, in AddDiffMessageIR() argument
91 static_cast<const RecordTypeDiffIR *>(message), type_stack, in AddDiffMessageIR()
95 static_cast<const EnumTypeDiffIR *>(message), type_stack, diff_kind); in AddDiffMessageIR()
98 static_cast<const GlobalVarDiffIR*>(message), type_stack, diff_kind); in AddDiffMessageIR()
101 static_cast<const FunctionDiffIR*>(message), type_stack, diff_kind); in AddDiffMessageIR()
279 const RecordTypeDiffIR *record_diff_ir, const std::string &type_stack, in AddRecordTypeDiffIR() argument
298 added_record_type_diff->set_type_stack(type_stack); in AddRecordTypeDiffIR()
303 const FunctionDiffIR *function_diff_ir, const std::string &type_stack, in AddFunctionDiffIR() argument
316 const std::string &type_stack, in AddEnumTypeDiffIR() argument
346 added_enum_type_diff->set_type_stack(type_stack); in AddEnumTypeDiffIR()
[all …]
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_diff.proto34 optional string type_stack = 2; field
54 optional string type_stack = 1; field
65 optional string type_stack = 1; field
72 optional string type_stack = 1; field
/development/vndk/tools/header-checker/src/repr/
Dir_diff_dumper.h37 const std::string &type_stack,