Searched refs:sections_ (Results 1 – 5 of 5) sorted by relevance
86 sections_ = std::move( other.sections_ ); in elfio()93 other.sections_.clear(); in elfio()102 sections_ = std::move( other.sections_ ); in operator =()112 other.sections_.clear(); in operator =()128 sections_.clear(); in create()162 sections_.clear(); in load()434 sections_.emplace_back( in create_section()439 sections_.emplace_back( in create_section()444 sections_.pop_back(); in create_section()448 section* new_section = sections_.back().get(); in create_section()[all …]
56 const std::vector<Section>& Sections() const { return sections_; } in Sections()81 std::vector<Section> sections_; variable
137 sections_.push_back({section_type, shader_type, kShaderFormatSpirvAsm, in AddSection()151 sections_.push_back( in AddSection()
1631 sections_type sections_; member in abigail::ini::config::priv1642 sections_(sections) in priv()1677 {return priv_->sections_;} in get_sections()1684 {priv_->sections_ = sections;} in set_sections()
35137 * src/abg-ini.cc (config::priv::sections_): Adjust.