Home
last modified time | relevance | path

Searched refs:text_os (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/diff_merge/
Dmerge_abi_diff.cpp79 google::protobuf::io::OstreamOutputStream text_os(&text_output); in MergeDiffReports() local
108 if (!google::protobuf::TextFormat::Print(merged_tu_diff, &text_os)) { in MergeDiffReports()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.cpp367 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump() local
368 return google::protobuf::TextFormat::Print(*diff_tu_.get(), &text_os); in Dump()
Dir_dumper.cpp491 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump() local
492 return google::protobuf::TextFormat::Print(*tu_ptr_.get(), &text_os); in Dump()