Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/merge-abi-diff/src/
Dmerge_abi_diff.cpp86 google::protobuf::io::OstreamOutputStream text_os(&text_output); in MergeDiffReports() local
114 if (!google::protobuf::TextFormat::Print(merged_tu_diff, &text_os)) { in MergeDiffReports()
/development/vndk/tools/header-checker/header-abi-util/src/
Dir_representation_protobuf.cpp1160 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump() local
1161 return google::protobuf::TextFormat::Print(*tu_ptr_.get(), &text_os); in Dump()
1505 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump() local
1506 return google::protobuf::TextFormat::Print(*diff_tu_.get(), &text_os); in Dump()