Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ rbegin
Method
rbegin
native/thirdpart/flatbuffers/flatbuffers.h:308–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
const_iterator end() const { return const_iterator(Data(), size()); }
307
308
reverse_iterator rbegin() { return reverse_iterator(end()); }
309
const_reverse_iterator rbegin() const {
310
return const_reverse_iterator(end());
311
}
Callers
nothing calls this directly
Calls
1
end
Function · 0.50
Tested by
no test coverage detected