Home
last modified time | relevance | path

Searched refs:accept_helper (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/src/
H A Dunit-class_parser.cpp207 bool accept_helper(const std::string& s);
231 bool accept_helper(const std::string& s) in accept_helper() function
636 CHECK(accept_helper("null"));
641 CHECK(accept_helper("true"));
646 CHECK(accept_helper("false"));
653 CHECK(accept_helper("[]"));
654 CHECK(accept_helper("[ ]"));
659 CHECK(accept_helper("[true, false, null]"));
667 CHECK(accept_helper("{}"));
668 CHECK(accept_helper("{ }"));
[all...]

Completed in 3 milliseconds