MCPcopy Create free account
hub / github.com/Kitware/VTK / setOffsetStart

Method setOffsetStart

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3868–3868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3866}
3867
3868void Value::setOffsetStart(ptrdiff_t start) { start_ = start; }
3869
3870void Value::setOffsetLimit(ptrdiff_t limit) { limit_ = limit; }
3871

Callers 6

readValueMethod · 0.80
readObjectMethod · 0.80
readArrayMethod · 0.80
decodeNumberMethod · 0.80
decodeDoubleMethod · 0.80
decodeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected