| 109 | } |
| 110 | |
| 111 | sonic_force_inline bool Uint(uint64_t val) noexcept { |
| 112 | SONIC_ADD_NODE(); |
| 113 | new (&st_[np_ - 1]) NodeType(val); |
| 114 | return true; |
| 115 | } |
| 116 | |
| 117 | sonic_force_inline bool Int(int64_t val) noexcept { |
| 118 | SONIC_ADD_NODE(); |
nothing calls this directly
no outgoing calls
no test coverage detected