| 1050 | return downCast()->setRawImpl(s.data(), s.size()); |
| 1051 | } |
| 1052 | void setEmptyString() noexcept { |
| 1053 | sv.p = ""; |
| 1054 | setLength(0, kStringConst); |
| 1055 | } |
| 1056 | |
| 1057 | sonic_force_inline int64_t getIntMax() const { |
| 1058 | return std::numeric_limits<int>::max(); |
no test coverage detected