OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseFunc
(Results
1 - 4
of
4
) 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);
/hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h
130
typedef uint32_t (*
ParseFunc
)(void *, uint8_t *, uint32_t, uint8_t);
137
ParseFunc
mParserParse;
/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
...]
/external/ppp/pppd/plugins/rp-pppoe/
pppoe.h
241
typedef void
ParseFunc
(UINT16_t type,
292
int parsePacket(PPPoEPacket *packet,
ParseFunc
*func, void *extra);
Completed in 237 milliseconds