faster api for push 5 ~ 8 bytes.
| 97 | |
| 98 | // faster api for push 5 ~ 8 bytes. |
| 99 | sonic_force_inline void Push5_8(const char* bytes8, size_t n) { |
| 100 | stack_.Push5_8(bytes8, n); |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * @brief Get the top value in the buffer. |
nothing calls this directly
no outgoing calls
no test coverage detected