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

Method begin

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

Source from the content-addressed store, hash-verified

63 }
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 {

Callers 15

GenerateNamespaceFunction · 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
ParseTableMethod · 0.45
ParseVectorMethod · 0.45

Calls 2

const_iteratorClass · 0.50
DataClass · 0.50

Tested by

no test coverage detected