| 872 | |
| 873 | private: |
| 874 | sonic_force_inline void reset() { |
| 875 | pos_ = 0; |
| 876 | err_ = kErrorNone; |
| 877 | len_ = 0; |
| 878 | } |
| 879 | constexpr static size_t kJsonPaddingSize = SONICJSON_PADDING; |
| 880 | |
| 881 | uint8_t *json_buf_{nullptr}; |
nothing calls this directly
no outgoing calls
no test coverage detected