Home
last modified time | relevance | path

Searched refs:ProtobufIRDiffDumper (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.cpp35 void ProtobufIRDiffDumper::AddLibNameIR(const std::string &name) { in AddLibNameIR()
39 void ProtobufIRDiffDumper::AddArchIR(const std::string &arch) { in AddArchIR()
43 CompatibilityStatusIR ProtobufIRDiffDumper::GetCompatibilityStatusIR() { in GetCompatibilityStatusIR()
80 void ProtobufIRDiffDumper::AddCompatibilityStatusIR( in AddCompatibilityStatusIR()
85 bool ProtobufIRDiffDumper::AddDiffMessageIR(const DiffMessageIR *message, in AddDiffMessageIR()
110 bool ProtobufIRDiffDumper::AddLinkableMessageIR( in AddLinkableMessageIR()
133 bool ProtobufIRDiffDumper::AddElfSymbolMessageIR(const ElfSymbolIR *elf_symbol, in AddElfSymbolMessageIR()
149 bool ProtobufIRDiffDumper::AddElfFunctionIR( in AddElfFunctionIR()
171 bool ProtobufIRDiffDumper::AddElfObjectIR( in AddElfObjectIR()
193 bool ProtobufIRDiffDumper::AddLoneRecordTypeDiffIR( in AddLoneRecordTypeDiffIR()
[all …]
Dir_diff_dumper.h30 class ProtobufIRDiffDumper : public IRDiffDumper {
32 ProtobufIRDiffDumper(const std::string &dump_path) in ProtobufIRDiffDumper() function
36 ~ProtobufIRDiffDumper() override {} in ~ProtobufIRDiffDumper()