Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp152 constexpr unsigned max_buffer_size = 7; in GetPrintableImpl() local
153 uint8_t data[max_buffer_size]; in GetPrintableImpl()
199 constexpr unsigned max_buffer_size = 13; in GetPrintableImpl() local
200 uint8_t data[max_buffer_size]; in GetPrintableImpl()