Searched refs:accept_helper (Results 1 – 1 of 1) sorted by relevance
226 bool accept_helper(const std::string& s);250 bool accept_helper(const std::string& s) in accept_helper() function715 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 …]