MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / rbegin

Method rbegin

native/thirdpart/flatbuffers/flatbuffers.h:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 const_iterator end() const { return const_iterator(Data(), size()); }
472
473 const_reverse_iterator rbegin() const {
474 return const_reverse_iterator(end());
475 }
476 const_reverse_iterator rend() const {
477 return const_reverse_iterator(begin());
478 }

Callers 4

from_jsonFunction · 0.45
ParseAnyValueMethod · 0.45
ParseTableMethod · 0.45
ParseArrayMethod · 0.45

Calls 1

endFunction · 0.50

Tested by

no test coverage detected