Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DListBox.h540 …std::shared_ptr<Row> Erase(iterator it, bool removing_duplicate, bool signal); ///< erases the row…
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DListBox.cpp1930 std::shared_ptr<ListBox::Row> ListBox::Erase(iterator it, bool removing_duplicate, bool signal) in Erase() argument
1938 if (!removing_duplicate) { in Erase()