Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb456 class GrammarFile::FormatError < StandardError class
/external/fmtlib/fmt/
Dformat.h596 explicit FormatError(CStringRef message) in FormatError() function
598 FormatError(const FormatError &ferr) : std::runtime_error(ferr) {} in FormatError() function
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb334 class Grammar::FormatError < StandardError class
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c241 static TCHAR *FormatError(DWORD code) in FormatError() function
/external/python/cpython2/Lib/
Dmailbox.py2239 class FormatError(Error): class