Searched refs:StdErrorCodePrinter (Results 1 – 4 of 4) sorted by relevance
1499 class StdErrorCodePrinter: class1508 if StdErrorCodePrinter._errno_categories is None:1509 StdErrorCodePrinter._errno_categories = ['generic']1512 StdErrorCodePrinter._errno_categories.append('system')1531 if value > 0 and category in StdErrorCodePrinter._errno_categories:1940 libstdcxx_printer.add_version('std::', 'error_code', StdErrorCodePrinter)1941 libstdcxx_printer.add_version('std::', 'error_condition', StdErrorCodePrinter)
1664 class StdErrorCodePrinter: class1673 if StdErrorCodePrinter._system_is_posix is None:1676 StdErrorCodePrinter._system_is_posix = True1678 StdErrorCodePrinter._system_is_posix = False2381 StdErrorCodePrinter)2383 StdErrorCodePrinter)
3352 * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Make4318 * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Replace5558 * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Strip
3406 * python/libstdcxx/v6/printers.py (StdErrorCodePrinter): Define.