parse_null 782 third_party/re2/re2/re2.h static bool parse_null (const char* str, int n, void* dest); parse_null 812 third_party/re2/re2/re2.h inline RE2::Arg::Arg() : arg_(NULL), parser_(parse_null) { } parse_null 813 third_party/re2/re2/re2.h inline RE2::Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } parse_null 628 third_party/re2/util/pcre.h static bool parse_null (const char* str, int n, void* dest); parse_null 658 third_party/re2/util/pcre.h inline PCRE::Arg::Arg() : arg_(NULL), parser_(parse_null) { } parse_null 659 third_party/re2/util/pcre.h inline PCRE::Arg::Arg(void* p) : arg_(p), parser_(parse_null) { }