Searched refs:parse_null (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/property_tree/test/ |
D | test_json_parser2.cpp | 42 bool parse_null(const string& input, string& output) { in parse_null() function 44 bool result = parser.parse_null(); in parse_null() 145 BOOST_REQUIRE(p.parse_null("null", parsed)); in BOOST_TEST_DONT_PRINT_LOG_VALUE() 153 BOOST_REQUIRE(p.parse_null("null", parsed)); in BOOST_AUTO_TEST_CASE() 160 BOOST_REQUIRE(p.parse_null(BOM_N "null", parsed)); in BOOST_AUTO_TEST_CASE() 167 BOOST_REQUIRE(p.parse_null(L"null", parsed)); in BOOST_AUTO_TEST_CASE() 175 BOOST_REQUIRE(p.parse_null(L"null", parsed)); in BOOST_AUTO_TEST_CASE() 182 BOOST_REQUIRE(p.parse_null(BOM_W L"null", parsed)); in BOOST_AUTO_TEST_CASE()
|
/third_party/re2/re2/ |
D | re2.h | 834 static bool parse_null (const char* str, size_t n, void* dest); 867 inline RE2::Arg::Arg() : arg_(NULL), parser_(parse_null) { } in Arg() 868 inline RE2::Arg::Arg(void* p) : arg_(p), parser_(parse_null) { } in Arg() 869 inline RE2::Arg::Arg(std::nullptr_t p) : arg_(p), parser_(parse_null) { } in Arg()
|
D | re2.cc | 952 bool RE2::Arg::parse_null(const char* str, size_t n, void* dest) { in GlobalReplace() function in re2::RE2::Arg
|
/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 | 768 bool PCRE::Arg::parse_null(const char* str, size_t n, void* dest) { in parse_null() function in re2::PCRE::Arg
|
/third_party/pulseaudio/src/pulse/ |
D | json.c | 91 static const char* parse_null(const char *str, pa_json_object *obj) { in parse_null() function 420 str = parse_null(str, o); in parse_value()
|
/third_party/boost/boost/property_tree/json_parser/detail/ |
D | parser.hpp | 262 if (parse_null()) return; in parse_value() 267 bool parse_null() { in parse_null() function in boost::property_tree::json_parser::detail::parser
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | parse.py | 266 def parse_null(self, pname): member in TraceParser
|