HomeSort by: relevance | last modified time | path
    Searched defs:ContainerPrinter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-prettyprint.py 53 class ContainerPrinter(object):
384 pretty_printers_dict[re.compile("^struct container$")] = ContainerPrinter
387 pretty_printers_dict[re.compile("^container$")] = ContainerPrinter
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-prettyprint.py 53 class ContainerPrinter(object):
384 pretty_printers_dict[re.compile("^struct container$")] = ContainerPrinter
387 pretty_printers_dict[re.compile("^container$")] = ContainerPrinter

Completed in 159 milliseconds