| 136 | */ |
| 137 | template <typename T> |
| 138 | sonic_force_inline void Pop(size_t n) { |
| 139 | top_ -= n * sizeof(T); |
| 140 | return; |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * @brief Increase the capacity of buffer if cnt is greater than the |
nothing calls this directly
no outgoing calls
no test coverage detected