Searched defs:txtBuf (Results 1 – 2 of 2) sorted by relevance
994 std::unique_ptr<char[]> txtBuf = std::make_unique<char[]>(DUMP_TXTBUF_MAX); in Dump() local1019 std::unique_ptr<char[]> &txtBuf, int txtBufSize) in DumpClear()1035 std::unique_ptr<char[]> &txtBuf, int txtBufSize) in DumpChar()1068 const std::unique_ptr<char[]> &txtBuf, int txtBufSize) in DumpShow()
155 unique_ptr<char[]> txtBuf; variable