Searched refs:BasicFormatter (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | lldbutil.py | 960 class BasicFormatter(object): class 983 class ChildVisitingFormatter(BasicFormatter): 999 BasicFormatter.format(self, value, buffer=output) 1001 BasicFormatter.format( 1007 class RecursiveDecentFormatter(BasicFormatter): 1026 BasicFormatter.format(self, value, buffer=output, indent=self.lindent) 1030 BasicFormatter.format( 1037 BasicFormatter.format(
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbutil.py | 1354 class BasicFormatter(object): class 1377 class ChildVisitingFormatter(BasicFormatter): 1393 BasicFormatter.format(self, value, buffer=output) 1395 BasicFormatter.format( 1401 class RecursiveDecentFormatter(BasicFormatter): 1420 BasicFormatter.format(self, value, buffer=output, indent=self.lindent) 1424 BasicFormatter.format( 1431 BasicFormatter.format(
|