| 3827 | size_t Value::getOffsetLimit() const { return limit_; } |
| 3828 | |
| 3829 | std::string Value::toStyledString() const { |
| 3830 | StyledWriter writer; |
| 3831 | return writer.write(*this); |
| 3832 | } |
| 3833 | |
| 3834 | Value::const_iterator Value::begin() const { |
| 3835 | switch (type_) { |