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

Method Get

3rdparty/flatbuffers/array.h:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 FLATBUFFERS_CONSTEXPR uint16_t size() const { return length; }
50
51 return_type Get(uoffset_t i) const {
52 FLATBUFFERS_ASSERT(i < size());
53 return IndirectHelper<IndirectHelperType>::Read(Data(), i);
54 }
55
56 return_type operator[](uoffset_t i) const { return Get(i); }
57

Callers 13

VerifyVectorOfStringsFunction · 0.45
VerifyVectorOfTablesFunction · 0.45
CreateSourceStreamNodeFunction · 0.45
openMethod · 0.45
InvokeMethod · 0.45
OnTopologyReadyMethod · 0.45
CreateSessionMethod · 0.45
CreateOutputNodeMethod · 0.45
GetNativeVideoSizeMethod · 0.45
InitializeMethod · 0.45

Calls 3

ReadFunction · 0.85
sizeFunction · 0.50
DataClass · 0.50

Tested by

no test coverage detected