Searched refs:parse_null (Results 1 – 3 of 3) sorted by relevance
108 static bool parse_null (const char* str, int n, void* dest);138 inline Arg::Arg() : arg_(NULL), parser_(parse_null) { } in Arg()139 inline Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } in Arg()
264 def parse_null(self): member in TraceParser
465 bool Arg::parse_null(const char* str, int n, void* dest) { in parse_null() function in pcrecpp::Arg