HomeSort by relevance Sort by last modified time
    Searched refs:action_t (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libpp/
profile_spec.h 107 typedef void (profile_spec::*action_t)(std::string const &); typedef in class:profile_spec
108 typedef std::map<std::string, action_t> parse_table_t;
119 action_t get_handler(std::string const & tag_value,
profile_spec.cpp 77 action_t action = get_handler(tag_value, value);
183 profile_spec::action_t

Completed in 67 milliseconds