| 2736 | void Value::setOffsetStart(size_t start) { start_ = start; } |
| 2737 | |
| 2738 | void Value::setOffsetLimit(size_t limit) { limit_ = limit; } |
| 2739 | |
| 2740 | size_t Value::getOffsetStart() const { return start_; } |
| 2741 |
no outgoing calls
no test coverage detected