MCPcopy Create free account
hub / github.com/Samsung/ONE / setOffsetLimit

Method setOffsetLimit

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4149–4149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4147void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
4148
4149void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
4150
4151ptrdiff_t Value::getOffsetStart() const { return start_; }
4152

Callers 4

readValueMethod · 0.80
decodeNumberMethod · 0.80
decodeDoubleMethod · 0.80
decodeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected