Home
last modified time | relevance | path

Searched refs:NodeIteratorPrinter (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py360 class NodeIteratorPrinter: class
373 class StdListIteratorPrinter(NodeIteratorPrinter):
377 NodeIteratorPrinter.__init__(self, typename, val, 'list', '_List_node')
379 class StdFwdListIteratorPrinter(NodeIteratorPrinter):
383 NodeIteratorPrinter.__init__(self, typename, val, 'forward_list',
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py406 class NodeIteratorPrinter: class
420 class StdListIteratorPrinter(NodeIteratorPrinter):
424 NodeIteratorPrinter.__init__(self, typename, val, 'list', '_List_node')
427 class StdFwdListIteratorPrinter(NodeIteratorPrinter):
431 NodeIteratorPrinter.__init__(self, typename, val, 'forward_list',
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019494 (StdListPrinter.children, NodeIteratorPrinter.__init__)
495 (NodeIteratorPrinter.to_string, StdSlistPrinter.children)
501 Pass name of node type to NodeIteratorPrinter constructor.
H A DChangeLog-20185821 * python/libstdcxx/v6/printers.py (NodeIteratorPrinter): New.