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

Method crbegin

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

Source from the content-addressed store, hash-verified

481 const_iterator cend() const { return end(); }
482
483 const_reverse_iterator crbegin() const { return rbegin(); }
484 const_reverse_iterator crend() const { return rend(); }
485
486 // Get a mutable pointer to elements inside this array.

Callers

nothing calls this directly

Calls 1

rbeginFunction · 0.85

Tested by

no test coverage detected