MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / size

Method size

native/thirdpart/flatbuffers/flatbuffers.h:454–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 typedef VectorReverseIterator<const_iterator> const_reverse_iterator;
453
454 FLATBUFFERS_CONSTEXPR uint16_t size() const { return length; }
455
456 return_type Get(uoffset_t i) const {
457 FLATBUFFERS_ASSERT(i < size());

Callers 15

VectorLengthFunction · 0.45
operator<Method · 0.45
GetSizeFunction · 0.45
GetBufferSpanFunction · 0.45
AlignFunction · 0.45
CreateStringFunction · 0.45
CreateSharedStringFunction · 0.45
CreateVectorFunction · 0.45
CreateVectorOfStringsFunction · 0.45
CreateVectorOfStructsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected