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

Method end

Libs/flatbuffers/flatbuffers.h:517–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515
516 const_iterator begin() const { return const_iterator(Data(), 0); }
517 const_iterator end() const { return const_iterator(Data(), size()); }
518
519 const_reverse_iterator rbegin() const {
520 return const_reverse_iterator(end());

Callers 13

GetValueMethod · 0.45
KeyFunction · 0.45
StringFunction · 0.45
MapFunction · 0.45
AlignFunction · 0.45
WriteBytesFunction · 0.45
~SymbolTableMethod · 0.45
AddMethod · 0.45
MoveMethod · 0.45
LookupMethod · 0.45
~ParserMethod · 0.45
LoadSchemaMethod · 0.45

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected