Home
last modified time | relevance | path

Searched refs:text_format (Results 1 – 6 of 6) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_diff_dumper.cpp31 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDiffDumper() argument
32 switch (text_format) { in CreateIRDiffDumper()
Dir_reader.cpp35 TextFormatIR text_format, const std::set<std::string> *exported_headers) { in CreateIRReader() argument
36 switch (text_format) { in CreateIRReader()
Dir_dumper.cpp33 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDumper() argument
34 switch (text_format) { in CreateIRDumper()
Dir_dumper.h34 TextFormatIR text_format, const std::string &dump_path);
Dir_reader.h32 TextFormatIR text_format,
/development/vndk/tools/header-checker/src/dumper/
Dheader_checker.h42 std::string root_dir, repr::TextFormatIR text_format, in HeaderCheckerOptions() argument
47 root_dir_(std::move(root_dir)), text_format_(text_format), in HeaderCheckerOptions()