Searched refs:BUF_CAPACITY (Results 1 – 1 of 1) sorted by relevance
125 const BUF_CAPACITY: usize = 1024; constant131 buf: String::with_capacity(BUF_CAPACITY), in new()171 if self.buf.len() >= BUF_CAPACITY { in write()