Searched defs:parseOnly (Results 1 - 1 of 1) sorted by relevance
/external/jsoncpp/src/jsontestrunner/ |
H A D | main.cpp | 134 bool parseOnly) { 144 if (!parseOnly) { 201 bool& parseOnly) { 202 parseOnly = false; 210 parseOnly = true; 230 bool parseOnly; local 231 int exitCode = parseCommandLine(argc, argv, features, path, parseOnly); 244 if (!parseOnly && basePath.empty()) { 256 input, actualPath, "input", root, features, parseOnly); 257 if (exitCode == 0 && !parseOnly) { 129 parseAndSaveValueTree(const std::string& input, const std::string& actual, const std::string& kind, Json::Value& root, const Json::Features& features, bool parseOnly) argument 197 parseCommandLine(int argc, const char* argv[], Json::Features& features, std::string& path, bool& parseOnly) argument [all...] |
Completed in 160 milliseconds