| 98 | |
| 99 | template<typename Encoding, typename Allocator> |
| 100 | inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) { |
| 101 | stream.Reserve(count); |
| 102 | } |
| 103 | |
| 104 | template<typename Encoding, typename Allocator> |
| 105 | inline void PutUnsafe(GenericStringBuffer<Encoding, Allocator>& stream, typename Encoding::Ch c) { |