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

Method setOffsetLimit

external/jsoncpp/jsoncpp.cpp:3860–3860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3858void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
3859
3860void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
3861
3862ptrdiff_t Value::getOffsetStart() const { return start_; }
3863

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected