| 92 | |
| 93 | template <typename T> |
| 94 | sonic_force_inline T* PushSizeUnsafe(size_t n) { |
| 95 | return stack_.template PushSizeUnsafe<T>(n); |
| 96 | } |
| 97 | |
| 98 | // faster api for push 5 ~ 8 bytes. |
| 99 | sonic_force_inline void Push5_8(const char* bytes8, size_t n) { |
nothing calls this directly
no outgoing calls
no test coverage detected