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

Method Get

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

Source from the content-addressed store, hash-verified

454 FLATBUFFERS_CONSTEXPR uint16_t size() const { return length; }
455
456 return_type Get(uoffset_t i) const {
457 FLATBUFFERS_ASSERT(i < size());
458 return IndirectHelper<IndirectHelperType>::Read(Data(), i);
459 }
460
461 return_type operator[](uoffset_t i) const { return Get(i); }
462

Callers 15

DeserializeDocFunction · 0.45
ParseAnyValueMethod · 0.45
DeserializeMethod · 0.45
DeserializeAttributesMethod · 0.45
GetTypeSizeInlineFunction · 0.45
reflection.hFile · 0.45
GetAnyValueSFunction · 0.45
ResizeTableMethod · 0.45
CopyTableFunction · 0.45
VerifyUnionFunction · 0.45
VerifyVectorFunction · 0.45
VerifyObjectFunction · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected