Searched refs:getStructuredErrors (Results 1 – 9 of 9) sorted by relevance
130 std::vector<StructuredError> getStructuredErrors() const;
817 std::vector<Reader::StructuredError> Reader::getStructuredErrors() const { in getStructuredErrors() function in Json::Reader906 std::vector<StructuredError> getStructuredErrors() const;1878 std::vector<OurReader::StructuredError> OurReader::getStructuredErrors() const { in getStructuredErrors() function in Json::OurReader
1330 std::vector<StructuredError> getStructuredErrors() const;
1381 std::vector<StructuredError> getStructuredErrors() const;
1025 std::vector<Reader::StructuredError> Reader::getStructuredErrors() const { in getStructuredErrors() function in Json::Reader1119 std::vector<StructuredError> getStructuredErrors() const;2024 std::vector<OurReader::StructuredError> OurReader::getStructuredErrors() const { in getStructuredErrors() function in Json::OurReader
1040 std::vector<Reader::StructuredError> Reader::getStructuredErrors() const { in getStructuredErrors() function in Json::Reader1142 std::vector<StructuredError> getStructuredErrors() const;1998 std::vector<OurReader::StructuredError> OurReader::getStructuredErrors() const { in getStructuredErrors() function in Json::OurReader
2687 checkStructuredErrors(reader->getStructuredErrors(), structured); in checkParse()3573 JSONTEST_ASSERT(reader.getStructuredErrors().empty()); in JSONTEST_FIXTURE_LOCAL()