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

Method end

contrib/libs/flatbuffers/include/flatbuffers/array.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65 const_iterator begin() const { return const_iterator(Data(), 0); }
66 const_iterator end() const { return const_iterator(Data(), size()); }
67
68 const_reverse_iterator rbegin() const {
69 return const_reverse_iterator(end());

Callers 15

GenerateNamespaceFunction · 0.45
GenerateImportsFunction · 0.45
GenerateMethodsFunction · 0.45
PrintMethodHandlerClassFunction · 0.45
WrapInNameSpaceFunction · 0.45
PrintIncludesFunction · 0.45
GetHeaderIncludesFunction · 0.45
GetSourceIncludesFunction · 0.45
GetSourceEpilogueFunction · 0.45
GetMockIncludesFunction · 0.45
GetMockEpilogueFunction · 0.45
AssignIndicesFunction · 0.45

Calls 3

const_iteratorClass · 0.50
DataClass · 0.50
sizeFunction · 0.50

Tested by

no test coverage detected