| 94 | |
| 95 | template<typename Encoding, typename Allocator> |
| 96 | inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) { |
| 97 | stream.Reserve(count); |
| 98 | } |
| 99 | |
| 100 | template<typename Encoding, typename Allocator> |
| 101 | inline void PutUnsafe(GenericStringBuffer<Encoding, Allocator>& stream, typename Encoding::Ch c) { |