| 118 | */ |
| 119 | template <typename T> |
| 120 | sonic_force_inline void Pop(size_t n) { |
| 121 | return stack_.template Pop<T>(n); |
| 122 | } |
| 123 | |
| 124 | /** |
| 125 | * @brief Increase the capacity of buffer if cnt is greater than the |
nothing calls this directly
no outgoing calls
no test coverage detected