Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-ini.h344 typedef shared_ptr<section> section_sptr; typedef
347 typedef vector<section_sptr> sections_type;
/external/libabigail/src/
Dabg-ini.cc1581 config::section_sptr
1584 config::section_sptr nil; in read_section()
1616 config::section_sptr section(new config::section(name, properties)); in read_section()
1708 if (config::section_sptr section = ctxt.read_section()) in read_sections()