Home
last modified time | relevance | path

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

/external/oprofile/libutil++/
Dgeneric_spec.h27 class generic_spec
33 generic_spec();
58 bool match(generic_spec<T> const & rhs) const { in match()
69 generic_spec<T>::generic_spec() in generic_spec() function
78 void generic_spec<T>::set(std::string const & str) in set()
95 void generic_spec<std::string>::set(std::string const & str);
DMakefile.am32 generic_spec.h \
/external/oprofile/libpp/
Dfilename_spec.h78 generic_spec<pid_t> tgid;
79 generic_spec<pid_t> tid;
80 generic_spec<int> cpu;
Dprofile_spec.cpp206 bool comma_match(comma_list<T> const & cl, generic_spec<T> const & value) in comma_match()
/external/oprofile/
DChangeLog-2003337 * libutil++/generic_spec.cpp: removed file
339 * libutil++/generic_spec.h: ensure generic_spec<string> will not link
429 * libutil++/generic_spec.h: add value() and
434 generic_spec, the behaviour was to implicitly
435 not match an "all" generic_spec. Instead:
485 * libutil++/generic_spec.h:
1796 * libutil++/generic_spec.h: allow to ignore "all" match
3361 * libutil++/generic_spec.h: rename strict_convert<>
3366 * libutil++/generic_spec.h: move strict_convert<> to...
3372 * libutil++/generic_spec.h: comma_list isn't a friend
[all …]