Searched refs:comma_list (Results 1 – 7 of 7) sorted by relevance
23 class comma_list26 comma_list();59 comma_list<T>::comma_list() in comma_list() function66 void comma_list<T>::set(std::string const & str) in set()85 bool comma_list<T>::match(T const & value) const in match()
40 comma_list.h \
129 comma_list<std::string> event;130 comma_list<int> count;131 comma_list<unsigned int> unitmask;132 comma_list<pid_t> tid;133 comma_list<pid_t> tgid;134 comma_list<int> cpu;
206 bool comma_match(comma_list<T> const & cl, generic_spec<T> const & value) in comma_match()
28 comma_list<int> c1; in main()54 comma_list<int> c2; in main()
239 * libutil++/comma_list.h: don't accept cumulative behavior245 * libutil++/comma_list.h:420 to make the comma_list matching clear424 * libutil++/comma_list.h: is_set() new member433 * libutil++/comma_list.h: do not accept484 * libutil++/comma_list.h:1797 * libutil++/comma_list.h: use it2186 * libutil++/comma_list.h: implement missing method3358 * libutil++/comma_list.h:3372 * libutil++/generic_spec.h: comma_list isn't a friend[all …]
601 * libutil++/comma_list.h: remove unused set_p