Searched refs:parse_null (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.h | 835 static bool parse_null (const char* str, size_t n, void* dest); 868 inline RE2::Arg::Arg() : arg_(NULL), parser_(parse_null) { } in Arg() 869 inline RE2::Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } in Arg() 870 inline RE2::Arg::Arg(std::nullptr_t p) : arg_(p), parser_(parse_null) { } in Arg()
|
D | re2.cc | 1041 bool RE2::Arg::parse_null(const char* str, size_t n, void* dest) { in GlobalReplace() function in re2::RE2::Arg
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.h | 616 static bool parse_null (const char* str, size_t n, void* dest); 649 inline PCRE::Arg::Arg() : arg_(NULL), parser_(parse_null) { } in Arg() 650 inline PCRE::Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } in Arg()
|
D | pcre.cc | 766 bool PCRE::Arg::parse_null(const char* str, size_t n, void* dest) { in parse_null() function in re2::PCRE::Arg
|
/external/mesa3d/src/gallium/tools/trace/ |
D | parse.py | 264 def parse_null(self): member in TraceParser
|