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

Method Get

contrib/libs/flatbuffers/include/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 15

FieldIdToIndexFunction · 0.45
GetObjectByIndexMethod · 0.45
GetEnumByIndexMethod · 0.45
ForAllFieldsMethod · 0.45
DeserializeDocFunction · 0.45
ParseAnyValueMethod · 0.45
DeserializeMethod · 0.45
IsInlineFieldMethod · 0.45
IsValidUnionValueMethod · 0.45
GetElementSizeMethod · 0.45
PrintOffsetMethod · 0.45

Calls 3

sizeFunction · 0.50
ReadFunction · 0.50
DataClass · 0.50

Tested by

no test coverage detected