Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-ini.h329 typedef shared_ptr<section> section_sptr; typedef
332 typedef vector<section_sptr> sections_type;
/third_party/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()