Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-writer.h36 typedef shared_ptr<write_context> write_context_sptr; typedef
38 write_context_sptr
/external/libabigail/tools/
Dabilint.cc56 using abigail::xml_writer::write_context_sptr;
292 const write_context_sptr& ctxt in main()
308 const write_context_sptr& ctxt in main()
431 const write_context_sptr ctxt = create_write_context(env, of); in main()
Dabidw.cc62 using abigail::xml_writer::write_context_sptr;
540 const write_context_sptr& write_ctxt in load_corpus_and_write_abixml()
693 const xml_writer::write_context_sptr& ctxt in load_kernel_corpus_group_and_write_abixml()
Dabipkgdiff.cc152 using abigail::xml_writer::write_context_sptr;
1590 const abigail::xml_writer::write_context_sptr c = in compare_to_self()
/external/libabigail/tests/
Dtest-read-dwarf.cc40 using abigail::xml_writer::write_context_sptr;
537 write_context_sptr write_ctxt in perform()
/external/libabigail/src/
Dabg-writer.cc2045 write_context_sptr
2049 write_context_sptr ctxt(new write_context(env, default_output_stream)); in create_write_context()