OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseFunc
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/decpp/
deCommandLine.hpp
55
typedef void (*
ParseFunc
) (const char* src, ValueType* dst);
64
ParseFunc
parse; //!< Custom parsing function or null.
81
Option (const char* shortName_, const char* longName_, const char* description_,
ParseFunc
parse_, const char* defaultValue_ = DE_NULL)
98
, parse ((
ParseFunc
)DE_NULL)
111
, parse ((
ParseFunc
)DE_NULL)
326
((typename Option<OptType>::
ParseFunc
)(info->parse))(src, value);
/external/chromium_org/base/third_party/symbolize/
demangle.cc
242
typedef bool (*
ParseFunc
)(State *);
243
static bool OneOrMore(
ParseFunc
parse_func, State *state) {
256
static bool ZeroOrMore(
ParseFunc
parse_func, State *state) {
[
all
...]
Completed in 195 milliseconds