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

Method Get

Libs/flatbuffers/flatbuffers.h:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 FLATBUFFERS_CONSTEXPR uint16_t size() const { return length; }
501
502 return_type Get(uoffset_t i) const {
503 FLATBUFFERS_ASSERT(i < size());
504 return IndirectHelper<IndirectHelperType>::Read(Data(), i);
505 }
506
507 return_type operator[](uoffset_t i) const { return Get(i); }
508

Callers 5

GetTypeSizeInlineFunction · 0.45
reflection.hFile · 0.45
IterateValueFunction · 0.45
VerifyVectorOfStringsFunction · 0.45
VerifyVectorOfTablesFunction · 0.45

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected