* @brief Increase the capacity of buffer if cnt is greater than the * remained capacity in the buffer. Otherwise, do nothing. */
| 126 | * remained capacity in the buffer. Otherwise, do nothing. |
| 127 | */ |
| 128 | sonic_force_inline char* Grow(size_t cnt) { return stack_.Grow(cnt); } |
| 129 | |
| 130 | /** |
| 131 | * @brief Get the end of the buffer. |