Home
last modified time | relevance | path

Searched refs:errors (Results 1 - 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp115 std::string errors; /* NOLINT */ in ProcessCommandMessage() local
118 errors = JsonReader::GetErrorPtr(); in ProcessCommandMessage()
121 if (!ProcessCommandValidate(parsingSuccessful, jsonData, errors)) { in ProcessCommandMessage()
146 const std::string& errors) const in ProcessCommandValidate()
149 ELOG("Failed to parse the JSON, errors: %s", errors.c_str()); in ProcessCommandValidate()
H A DCommandLineInterface.h48 bool ProcessCommandValidate(bool parsingSuccessful, const Json2::Value& jsonData, const std::string& errors) const;
/ide/tools/previewer/test/unittest/util/
H A DJsonReaderTest.cpp428 std::string errors = JsonReader::GetErrorPtr(); in TEST() local
430 EXPECT_TRUE(errors.empty()); in TEST()

Completed in 3 milliseconds