Home
last modified time | relevance | path

Searched refs:set_ostream (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/include/
Dabg-writer.h98 set_ostream(write_context& ctxt, ostream& os);
/external/libabigail/tools/
Dabidw.cc556 set_ostream(*write_ctxt, tmp_file->get_stream()); in load_corpus_and_write_abixml()
613 set_ostream(*write_ctxt, of); in load_corpus_and_write_abixml()
711 set_ostream(*ctxt, of); in load_kernel_corpus_group_and_write_abixml()
/external/libabigail/src/
Dabg-writer.cc225 set_ostream(ostream& os) in set_ostream() function in abigail::xml_writer::write_context
2086 set_ostream(write_context& ctxt, ostream& os) in set_ostream() function
2087 {ctxt.set_ostream(os);} in set_ostream()
/external/libabigail/
DChangeLog5820 * include/abg-writer.h (set_ostream): Declare new function.
5824 (write_context::set_ostream): Define new member function.
5825 (set_ostream): Define new free-form function.