HomeSort by relevance Sort by last modified time
    Searched refs:SliceTypePrinter (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb.py 76 class SliceTypePrinter:
316 how = ((StringTypePrinter, 'len'), (SliceTypePrinter, 'len'), (MapTypePrinter, 'count'), (ChanTypePrinter, 'qcount'))
331 how = ((SliceTypePrinter, 'cap'), (ChanTypePrinter, 'dataqsiz'))
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb.py 76 class SliceTypePrinter:
316 how = ((StringTypePrinter, 'len'), (SliceTypePrinter, 'len'), (MapTypePrinter, 'count'), (ChanTypePrinter, 'qcount'))
331 how = ((SliceTypePrinter, 'cap'), (ChanTypePrinter, 'dataqsiz'))

Completed in 77 milliseconds