Home
last modified time | relevance | path

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

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Ditem_search.h39 std::vector<std::function<bool( const T & )> > inv_functions; in filter_from_string() local
46 inv_functions.push_back( current_func ); in filter_from_string()
59 return [functions, inv_functions]( const T & it ) { in filter_from_string()
66 inv_functions.begin(), in filter_from_string()
67 inv_functions.end(), in filter_from_string()
69 if( !functions.empty() && inv_functions.empty() ) { in filter_from_string()
72 if( functions.empty() && !inv_functions.empty() ) { in filter_from_string()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Ditem_search.h39 std::vector<std::function<bool( const T & )> > inv_functions; in filter_from_string() local
46 inv_functions.push_back( current_func ); in filter_from_string()
59 return [functions, inv_functions]( const T & it ) { in filter_from_string()
66 inv_functions.begin(), in filter_from_string()
67 inv_functions.end(), in filter_from_string()
69 if( !functions.empty() && inv_functions.empty() ) { in filter_from_string()
72 if( functions.empty() && !inv_functions.empty() ) { in filter_from_string()