Home
last modified time | relevance | path

Searched refs:ParseFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.hpp55 typedef void (*ParseFunc) (const char* src, ValueType* dst); typedef
64 ParseFunc parse; //!< Custom parsing function or null.
81 …Option (const char* shortName_, const char* longName_, const char* description_, ParseFunc parse_,… in Option()
98 , parse ((ParseFunc)DE_NULL) in Option()
111 , parse ((ParseFunc)DE_NULL) in Option()
326 ((typename Option<OptType>::ParseFunc)(info->parse))(src, value); in dispatchParse()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc336 typedef bool (*ParseFunc)(State *); typedef
337 static bool OneOrMore(ParseFunc parse_func, State *state) { in OneOrMore()
350 static bool ZeroOrMore(ParseFunc parse_func, State *state) { in ZeroOrMore()