Home
last modified time | relevance | path

Searched defs:parsingSuccessful (Results 1 – 1 of 1) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.cpp118 bool parsingSuccessful = jsonData.IsNull() ? false : true; in ProcessCommandMessage() local
146 bool CommandLineInterface::ProcessCommandValidate(bool parsingSuccessful, in ProcessCommandValidate()