* @brief Get int64 data. * @return int64_t */
| 356 | * @return int64_t |
| 357 | */ |
| 358 | sonic_force_inline int64_t GetInt64() const noexcept { |
| 359 | sonic_assert(IsInt64()); |
| 360 | return n.i64; |
| 361 | } |
| 362 | /** |
| 363 | * @brief Get uint64 data. |
| 364 | * @return uint64_t |
nothing calls this directly
no outgoing calls
no test coverage detected