Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
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/
DChangeLog-2019494 (StdListPrinter.children, NodeIteratorPrinter.__init__)
495 (NodeIteratorPrinter.to_string, StdSlistPrinter.children)
501 Pass name of node type to NodeIteratorPrinter constructor.
DChangeLog-20185821 * python/libstdcxx/v6/printers.py (NodeIteratorPrinter): New.