OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:action_t
(Results
1 - 3
of
3
) 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
/external/bison/lib/
fatal-signal.c
110
typedef void (*
action_t
) (void);
typedef
117
volatile
action_t
action;
157
action_t
action;
206
at_fatal_signal (
action_t
action)
Completed in 2245 milliseconds