Home
last modified time | relevance | path

Searched refs:GetLinePos (Results 1 – 25 of 50) sorted by relevance

12

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2Parser.cpp289 throw CTPPParserSyntaxError("syntax error", sTMP.GetLine(), sTMP.GetLinePos()); in Compile()
298 throw CTPPParserSyntaxError(sError.c_str(), sTMP.GetLine(), sTMP.GetLinePos()); in Compile()
1168 throw CTPPParserSyntaxError("1 !RelExpr!", szData.GetLine(), szData.GetLinePos()); in RelExpr()
1206 throw CTPPParserSyntaxError("2 !RelExpr!", szData.GetLine(), szData.GetLinePos()); in RelExpr()
1444 throw CTPPParserSyntaxError("1 !IsFactor!", szData.GetLine(), szData.GetLinePos()); in IsFactor()
1452 throw CTPPParserSyntaxError("2 !IsFactor!", szData.GetLine(), szData.GetLinePos()); in IsFactor()
2149 throw CTPPParserSyntaxError(szTMPBuffer, sTMP.GetLine(), sTMP.GetLinePos()); in IncludeOperator()
2158 throw CTPPParserSyntaxError(szTMPBuffer, sTMP.GetLine(), sTMP.GetLinePos()); in IncludeOperator()
2167 throw CTPPParserSyntaxError(szTMPBuffer, sTMP.GetLine(), sTMP.GetLinePos()); in IncludeOperator()
2176 throw CTPPParserSyntaxError(szTMPBuffer, sTMP.GetLine(), sTMP.GetLinePos()); in IncludeOperator()
[all …]
H A DCTPP2JSONParser.cpp262 …) { throw CTPPParserSyntaxError("exponent has no digits", szData.GetLine(), szData.GetLinePos()); } in IsNum()
394 …) { throw CTPPParserSyntaxError("expected key after ','", szData.GetLine(), szData.GetLinePos()); } in IsObject()
400 throw CTPPParserSyntaxError("expected key or '}'", szData.GetLine(), szData.GetLinePos()); in IsObject()
408 … ':') { throw CTPPParserSyntaxError("expected ':' after key", sTMP.GetLine(), sTMP.GetLinePos()); } in IsObject()
432 …if (*sTMP != ',') { throw CTPPParserSyntaxError("',' expected", sTMP.GetLine(), sTMP.GetLinePos())… in IsObject()
504 …{ throw CTPPParserSyntaxError("expected value after ','", szData.GetLine(), szData.GetLinePos()); } in IsArray()
511 throw CTPPParserSyntaxError("expected value or ']'", szData.GetLine(), szData.GetLinePos()); in IsArray()
529 … != ',') { throw CTPPParserSyntaxError("',' or ']' expected", sTMP.GetLine(), sTMP.GetLinePos()); } in IsArray()
604 …szEnd) { throw CTPPParserSyntaxError("empty JSON object", szData.GetLine(), szData.GetLinePos()); } in Parse()
610 throw CTPPParserSyntaxError("not an JSON object", szData.GetLine(), szData.GetLinePos()); in Parse()
[all …]
H A DCTPP2VMDebugInfo.cpp53 iPos(oCCharIterator.GetLinePos()) in VMDebugInfo()
107 UINT_32 VMDebugInfo::GetLinePos() const { return iPos; } in GetLinePos() function in CTPP::VMDebugInfo
H A DCTPP2ParserException.cpp82 UINT_32 CTPPParserSyntaxError::GetLinePos() const { return iPos; } in GetLinePos() function in CTPP::CTPPParserSyntaxError
128 UINT_32 CTPPParserOperatorsMismatch::GetLinePos() const { return iPos; } in GetLinePos() function in CTPP::CTPPParserOperatorsMismatch
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2Parser.cpp289 throw CTPPParserSyntaxError("syntax error", sTMP.GetLine(), sTMP.GetLinePos()); in Compile()
298 throw CTPPParserSyntaxError(sError.c_str(), sTMP.GetLine(), sTMP.GetLinePos()); in Compile()
1168 throw CTPPParserSyntaxError("1 !RelExpr!", szData.GetLine(), szData.GetLinePos()); in RelExpr()
1206 throw CTPPParserSyntaxError("2 !RelExpr!", szData.GetLine(), szData.GetLinePos()); in RelExpr()
1444 throw CTPPParserSyntaxError("1 !IsFactor!", szData.GetLine(), szData.GetLinePos()); in IsFactor()
1452 throw CTPPParserSyntaxError("2 !IsFactor!", szData.GetLine(), szData.GetLinePos()); in IsFactor()
2149 throw CTPPParserSyntaxError(szTMPBuffer, sTMP.GetLine(), sTMP.GetLinePos()); in IncludeOperator()
2158 throw CTPPParserSyntaxError(szTMPBuffer, sTMP.GetLine(), sTMP.GetLinePos()); in IncludeOperator()
2167 throw CTPPParserSyntaxError(szTMPBuffer, sTMP.GetLine(), sTMP.GetLinePos()); in IncludeOperator()
2176 throw CTPPParserSyntaxError(szTMPBuffer, sTMP.GetLine(), sTMP.GetLinePos()); in IncludeOperator()
[all …]
H A DCTPP2JSONParser.cpp262 …) { throw CTPPParserSyntaxError("exponent has no digits", szData.GetLine(), szData.GetLinePos()); } in IsNum()
394 …) { throw CTPPParserSyntaxError("expected key after ','", szData.GetLine(), szData.GetLinePos()); } in IsObject()
400 throw CTPPParserSyntaxError("expected key or '}'", szData.GetLine(), szData.GetLinePos()); in IsObject()
408 … ':') { throw CTPPParserSyntaxError("expected ':' after key", sTMP.GetLine(), sTMP.GetLinePos()); } in IsObject()
432 …if (*sTMP != ',') { throw CTPPParserSyntaxError("',' expected", sTMP.GetLine(), sTMP.GetLinePos())… in IsObject()
504 …{ throw CTPPParserSyntaxError("expected value after ','", szData.GetLine(), szData.GetLinePos()); } in IsArray()
511 throw CTPPParserSyntaxError("expected value or ']'", szData.GetLine(), szData.GetLinePos()); in IsArray()
529 … != ',') { throw CTPPParserSyntaxError("',' or ']' expected", sTMP.GetLine(), sTMP.GetLinePos()); } in IsArray()
604 …szEnd) { throw CTPPParserSyntaxError("empty JSON object", szData.GetLine(), szData.GetLinePos()); } in Parse()
610 throw CTPPParserSyntaxError("not an JSON object", szData.GetLine(), szData.GetLinePos()); in Parse()
[all …]
H A DCTPP2VMDebugInfo.cpp53 iPos(oCCharIterator.GetLinePos()) in VMDebugInfo()
107 UINT_32 VMDebugInfo::GetLinePos() const { return iPos; } in GetLinePos() function in CTPP::VMDebugInfo
H A DCTPP2ParserException.cpp82 UINT_32 CTPPParserSyntaxError::GetLinePos() const { return iPos; } in GetLinePos() function in CTPP::CTPPParserSyntaxError
128 UINT_32 CTPPParserOperatorsMismatch::GetLinePos() const { return iPos; } in GetLinePos() function in CTPP::CTPPParserOperatorsMismatch
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2ParserException.hpp66 virtual UINT_32 GetLinePos() const = 0;
103 UINT_32 GetLinePos() const;
153 UINT_32 GetLinePos() const;
H A DCTPP2VMDebugInfo.hpp105 UINT_32 GetLinePos() const;
H A DCTPP2CharIterator.hpp129 inline INT_32 GetLinePos() const throw() { return iLinePos; } in GetLinePos() function in CTPP::CharIterator
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2ParserException.hpp66 virtual UINT_32 GetLinePos() const = 0;
103 UINT_32 GetLinePos() const;
153 UINT_32 GetLinePos() const;
H A DCTPP2VMDebugInfo.hpp105 UINT_32 GetLinePos() const;
H A DCTPP2CharIterator.hpp129 inline INT_32 GetLinePos() const throw() { return iLinePos; } in GetLinePos() function in CTPP::CharIterator
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/tests/
H A DCTPP2Interpreter.cpp148 … e) { fprintf(stderr, "ERROR: At line %d, pos. %d: %s\n", e.GetLine(), e.GetLinePos(), e.what()); } in main()
149 …: At line %d, pos. %d: expected %s, but found </%s>\n", e.GetLine(), e.GetLinePos(), e.Expected(),… in main()
162 …%d)\n", e.what(), e.GetIP(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
H A DCTPP2Compiler.cpp86 fprintf(stderr, "ERROR: At line %d, pos. %d: %s\n", e.GetLine(), e.GetLinePos(), e.what()); in main()
91 …: At line %d, pos. %d: expected %s, but found </%s>\n", e.GetLine(), e.GetLinePos(), e.Expected(),… in main()
H A DVMEmulator.cpp155 …%d)\n", e.what(), e.GetIP(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
165 …%d\n", e.GetIP(), e.what(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
H A DCTPP2Emulator.cpp173 …%d)\n", e.what(), e.GetIP(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
183 …%d\n", e.GetIP(), e.what(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
/dports/textproc/ctpp2/ctpp2-2.8.3/tests/
H A DCTPP2Interpreter.cpp148 … e) { fprintf(stderr, "ERROR: At line %d, pos. %d: %s\n", e.GetLine(), e.GetLinePos(), e.what()); } in main()
149 …: At line %d, pos. %d: expected %s, but found </%s>\n", e.GetLine(), e.GetLinePos(), e.Expected(),… in main()
162 …%d)\n", e.what(), e.GetIP(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
H A DCTPP2Compiler.cpp86 fprintf(stderr, "ERROR: At line %d, pos. %d: %s\n", e.GetLine(), e.GetLinePos(), e.what()); in main()
91 …: At line %d, pos. %d: expected %s, but found </%s>\n", e.GetLine(), e.GetLinePos(), e.Expected(),… in main()
H A DVMEmulator.cpp155 …%d)\n", e.what(), e.GetIP(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
165 …%d\n", e.GetIP(), e.what(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
H A DCTPP2Emulator.cpp173 …%d)\n", e.what(), e.GetIP(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
183 …%d\n", e.GetIP(), e.what(), e.GetSourceName(), oVMDebugInfo.GetLine(), oVMDebugInfo.GetLinePos()); in main()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/private/
H A Dgrid.h557 virtual int GetLinePos(const wxGrid *grid, int line) const = 0;
628 virtual int GetLinePos(const wxGrid * WXUNUSED(grid), int line) const in GetLinePos() function
694 virtual int GetLinePos(const wxGrid *grid, int line) const in GetLinePos() function
760 int GetLinePos(const wxGridCellCoords& coords) const in GetLinePos() function
762 return m_oper.GetLinePos(m_grid, m_oper.Select(coords)); in GetLinePos()
794 int pos = GetLinePos(coords); in IsAtBoundary()
813 int pos = GetLinePos(coords); in Advance()
850 int pos = GetLinePos(coords); in IsAtBoundary()
863 int pos = GetLinePos(coords); in Advance()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/private/
H A Dgrid.h557 virtual int GetLinePos(const wxGrid *grid, int line) const = 0;
628 virtual int GetLinePos(const wxGrid * WXUNUSED(grid), int line) const in GetLinePos() function
694 virtual int GetLinePos(const wxGrid *grid, int line) const in GetLinePos() function
760 int GetLinePos(const wxGridCellCoords& coords) const in GetLinePos() function
762 return m_oper.GetLinePos(m_grid, m_oper.Select(coords)); in GetLinePos()
794 int pos = GetLinePos(coords); in IsAtBoundary()
813 int pos = GetLinePos(coords); in Advance()
850 int pos = GetLinePos(coords); in IsAtBoundary()
863 int pos = GetLinePos(coords); in Advance()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/private/
H A Dgrid.h582 virtual int GetLinePos(const wxGrid *grid, int line) const = 0;
667 virtual int GetLinePos(const wxGrid * WXUNUSED(grid), int line) const wxOVERRIDE in GetLinePos() function
748 virtual int GetLinePos(const wxGrid *grid, int line) const wxOVERRIDE in GetLinePos() function
845 int GetLinePos(const wxGridCellCoords& coords) const in GetLinePos() function
847 return m_oper.GetLinePos(m_grid, m_oper.Select(coords)); in GetLinePos()
879 int pos = GetLinePos(coords); in IsAtBoundary()
898 int pos = GetLinePos(coords); in Advance()
935 int pos = GetLinePos(coords); in IsAtBoundary()
948 int pos = GetLinePos(coords); in Advance()

12