MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / MutateImpl

Method MutateImpl

Libs/flatbuffers/flatbuffers.h:568–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567 protected:
568 void MutateImpl(flatbuffers::true_type, uoffset_t i, const T &val) {
569 FLATBUFFERS_ASSERT(i < size());
570 WriteScalar(data() + i, val);
571 }
572
573 void MutateImpl(flatbuffers::false_type, uoffset_t i, const T &val) {
574 *(GetMutablePointer(i)) = val;

Callers

nothing calls this directly

Calls 3

WriteScalarFunction · 0.85
sizeFunction · 0.70
dataFunction · 0.70

Tested by

no test coverage detected