Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-libxml-utils.h53 reader_sptr new_reader_from_istream(std::istream*);
/external/libabigail/src/
Dabg-libxml-utils.cc117 new_reader_from_istream(std::istream* in) in new_reader_from_istream() function
Dabg-reader.cc5821 read_context read_ctxt(xml::new_reader_from_istream(in), env); in read_translation_unit_from_istream()
5864 read_context_sptr result(new read_context(xml::new_reader_from_istream(in), in create_native_xml_read_context()
/external/libabigail/
DChangeLog32635 * include/abg-libxml-utils.h (new_reader_from_istream): Declare
32639 (new_reader_from_istream): Define new public input function.