Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/editor/palette/
H A Dlocation_palette.cpp401 static bool loc_id_comp(const std::string& lhs, const std::string& rhs) { in loc_id_comp() function
419 const auto itor = std::upper_bound(items_.begin(), items_.end(), id, loc_id_comp); in add_item()