MCPcopy Create free account
hub / github.com/axmolengine/axmol / MutateImpl

Method MutateImpl

3rdparty/flatbuffers/array.h:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116 protected:
117 void MutateImpl(flatbuffers::true_type, uoffset_t i, const T &val) {
118 FLATBUFFERS_ASSERT(i < size());
119 WriteScalar(data() + i, val);
120 }
121
122 void MutateImpl(flatbuffers::false_type, uoffset_t i, const T &val) {
123 *(GetMutablePointer(i)) = val;

Callers

nothing calls this directly

Calls 3

WriteScalarFunction · 0.85
dataFunction · 0.70
sizeFunction · 0.50

Tested by

no test coverage detected