Home
last modified time | relevance | path

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

/external/jsoncpp/src/jsontestrunner/
Dmain.cpp124 bool parseOnly ) in parseAndSaveValueTree() argument
136 if ( !parseOnly ) in parseAndSaveValueTree()
208 bool &parseOnly ) in parseCommandLine() argument
210 parseOnly = false; in parseCommandLine()
220 parseOnly = true; in parseCommandLine()
244 bool parseOnly; in main() local
245 int exitCode = parseCommandLine( argc, argv, features, path, parseOnly ); in main()
261 if ( !parseOnly && basePath.empty() ) in main()
272 exitCode = parseAndSaveValueTree( input, actualPath, "input", root, features, parseOnly ); in main()
273 if ( exitCode == 0 && !parseOnly ) in main()
[all …]