Home
last modified time | relevance | path

Searched refs:all_children_range (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dconfig.cpp248 for(const any_child& value : cfg.all_children_range()) { in append_children()
267 for(const any_child& value : cfg.all_children_range()) { in append_children()
891 config::all_children_itors config::all_children_range() in all_children_range() function in config
1042 for(const any_child& item : i.all_children_range()) { in apply_diff()
1058 for(const any_child& item : i.all_children_range()) { in apply_diff()
1068 for(const any_child& item : i.all_children_range()) { in apply_diff()
1088 for(const any_child& item : i.all_children_range()) { in clear_diff_track()
1095 for(const any_child& item : i.all_children_range()) { in clear_diff_track()
1192 for(const any_child& i : filter.all_children_range()) { in matches()
1299 for(const any_child& ch : all_children_range()) { in hash()
[all …]
H A Dvariable.cpp151 for (const config::any_child &child : cfg_->all_children_range()) in get_parsed_config()
194 for (const config::any_child &child : cfg_->all_children_range()) in get_children()
224 for (const config::any_child &child : cfg_->all_children_range()) in count_children()
H A Dtheme.cpp129 config::all_children_itors itors = cfg.all_children_range(); in find_ref()
233 for(const auto& child : add.all_children_range()) { in expand_partialresolution()
247 for(const config::any_child& value : cfg.all_children_range()) { in do_resolve_rects()
700 for(const config::any_child& i : status_cfg.all_children_range()) { in add_object()
H A Dconfig.hpp666 const_all_children_itors all_children_range() const;
667 all_children_itors all_children_range();
H A Dreplay.cpp720 const config::const_all_children_itors ch_itors = cfg->all_children_range(); in do_replay_handle()
849 std::string child_name = cfg->all_children_range().front().key; in do_replay_handle()
H A Dconfig_cache.cpp272 for(const config::any_child &value : cfg.all_children_range()) { in read_defines_file()
H A Dgame_config_manager.cpp453 for(auto child : umc_cfg.all_children_range()) { in load_addons_cfg()
H A Dwesnoth.cpp242 for(const config::any_child& value : cfg.all_children_range()) { in handle_preprocess_command()
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Dattack_type.cpp167 for (const config::any_child &condition : filter.all_children_range() ) in matches_filter()
241 for (const config::any_child &vp : specials_.all_children_range()) { in apply_modification()
256 for (const config::any_child &value : set_specials.all_children_range()) { in apply_modification()
H A Dabilities.cpp227 for (const config::any_child &ab : this->abilities_.all_children_range()) { in get_ability_list()
311 for (const config::any_child &ab : this->abilities_.all_children_range()) in ability_tooltips()
324 for (const config::any_child &ab : this->abilities_.all_children_range()) in ability_tooltips()
586 for (const config::any_child &sp : parent.all_children_range()) in get_special_children()
675 for (const config::any_child &sp : specials_.all_children_range()) in special_tooltips()
707 for (const config::any_child &sp : specials_.all_children_range()) in weapon_specials()
H A Dtypes.cpp277 for(const config::any_child& ab : abil_cfg.all_children_range()) { in build_help_index()
290 for(const config::any_child& ab : abil_cfg.all_children_range()) { in build_help_index()
558 for(const config::any_child& ab : abil.all_children_range()) { in has_ability_by_id()
577 for(const config::any_child& ab : abilities.all_children_range()) { in get_ability_list()
H A Danimation.cpp62 : itors(cfg.all_children_range()), branches(1), parent(nullptr) in animation_cursor()
68 : itors(cfg.all_children_range()), branches(p->branches), parent(p) in animation_cursor()
301 for(const config::any_child& fr : cfg.all_children_range()) { in unit_animation()
H A Dunit.cpp1361 for(const config::any_child &ab : this->abilities_.all_children_range()) { in has_ability_by_id()
1994 for(const config::any_child &ab : ab_effect.all_children_range()) { in apply_builtin_effect()
2003 for(const config::any_child &ab : ab_effect.all_children_range()) { in apply_builtin_effect()
H A Dfilter.cpp676 config::all_children_itors ci = fwml.all_children_range(); in fill()
/dports/games/wesnoth/wesnoth-1.14.17/src/actions/
H A Dundo.cpp419 std::string commandname = command_wml.all_children_range().front().key; in redo()
420 const config& data = command_wml.all_children_range().front().cfg; in redo()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/multiplayer/
H A Dmp_options_helper.cpp43 for(const auto& c : preferences::options().all_children_range()) { in mp_options_helper()
228 for(const config::any_child& opt : options.all_children_range()) { in display_custom_options()
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/
H A Dconfiguration.cpp311 for (const config::any_child &child : aiparam.all_children_range()) { in expand_simplified_aspects()
378 for (const config::any_child &child : parsed_config.all_children_range()) { in expand_simplified_aspects()
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dcallable_objects.cpp103 for(const auto& special : att_->specials().all_children_range()) { in get_value()
441 for(const auto& child : cfg_.all_children_range()) { in get_value()
450 for(const auto& child : cfg_.all_children_range()) { in get_value()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/core/
H A Dwindow_builder.cpp101 config::const_all_children_itors children = cfg.all_children_range(); in create_widget_builder()
H A Dcanvas.cpp1464 for(const auto & shape : cfg.all_children_range()) in parse_cfg()
1486 for(const auto & function : data.all_children_range()) in parse_cfg()
/dports/games/wesnoth/wesnoth-1.14.17/src/generators/
H A Dcave_map_generator.cpp227 for (const config::any_child &it : c.items->all_children_range()) in place_chamber()
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dparser.cpp713 for(const config::any_child& item : cfg.all_children_range()) { in write_internal()
/dports/games/wesnoth/wesnoth-1.14.17/src/preferences/
H A Dgame.cpp134 for (const config::any_child &h : history.all_children_range()) in manager()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dgamestate_inspector.cpp534 for(const auto& ch : vars().all_children_range()) in show_list()
/dports/games/wesnoth/wesnoth-1.14.17/src/help/
H A Dhelp_impl.cpp437 for(config::any_child spec : effect.child("specials").all_children_range()) { in generate_weapon_special_topics()
454 for(config::any_child spec : effect.child("set_specials").all_children_range()) { in generate_weapon_special_topics()

12