Home
last modified time | relevance | path

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

/third_party/json/test/src/
Dunit-class_parser.cpp226 bool accept_helper(const std::string& s);
250 bool accept_helper(const std::string& s) in accept_helper() function
715 CHECK(accept_helper("null"));
720 CHECK(accept_helper("true"));
725 CHECK(accept_helper("false"));
732 CHECK(accept_helper("[]"));
733 CHECK(accept_helper("[ ]"));
738 CHECK(accept_helper("[true, false, null]"));
746 CHECK(accept_helper("{}"));
747 CHECK(accept_helper("{ }"));
[all …]