| 1145 | |
| 1146 | public: |
| 1147 | inline explicit SnappyArrayWriter(char* dst) |
| 1148 | : base_(dst), |
| 1149 | op_(dst) { |
| 1150 | } |
| 1151 | |
| 1152 | inline void SetExpectedLength(size_t len) { |
| 1153 | op_limit_ = op_ + len; |
nothing calls this directly
no outgoing calls
no test coverage detected