| 2772 | size_t Value::getOffsetLimit() const { return limit_; } |
| 2773 | |
| 2774 | std::string Value::toStyledString() const { |
| 2775 | StyledWriter writer; |
| 2776 | return writer.write(*this); |
| 2777 | } |
| 2778 | |
| 2779 | Value::const_iterator Value::begin() const { |
| 2780 | switch (type_) { |