| 146 | */ |
| 147 | template <typename T> |
| 148 | sonic_force_inline T* Begin() { |
| 149 | return stack_.template Begin<T>(); |
| 150 | } |
| 151 | template <typename T> |
| 152 | sonic_force_inline const T* Begin() const { |
| 153 | return stack_.template Begin<T>(); |
nothing calls this directly
no outgoing calls
no test coverage detected