MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / setUInt32

Method setUInt32

GPRS/ByteVector.cpp:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void ByteVector::setUInt32(size_t writeIndex, unsigned value) { // 4 byte value
327 BVASSERT(writeIndex <= size() - 4);
328 sethtonl(&mStart[writeIndex],value);
329}
330
331// Does not change size().
332void ByteVector::fill(ByteType byte, size_t start, size_t span) {

Callers

nothing calls this directly

Calls 1

sethtonlFunction · 0.85

Tested by

no test coverage detected