| 2315 | |
| 2316 | char* GetOutputPtr() { return op_; } |
| 2317 | char* GetBase(ptrdiff_t* op_limit_min_slop) { |
| 2318 | *op_limit_min_slop = op_limit_min_slop_ - base_; |
| 2319 | return base_; |
| 2320 | } |
| 2321 | void SetOutputPtr(char* op) { op_ = op; } |
| 2322 | |
| 2323 | inline bool Append(const char* ip, size_t len, char** op_p) { |
nothing calls this directly
no outgoing calls
no test coverage detected