Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ data
Function
data
native/thirdpart/flatbuffers/flatbuffers.h:1013–1016 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1011
size_t capacity() const { return reserved_; }
1012
1013
uint8_t *data() const {
1014
FLATBUFFERS_ASSERT(cur_);
1015
return cur_;
1016
}
1017
1018
uint8_t *scratch_data() const {
1019
FLATBUFFERS_ASSERT(buf_);
Callers
15
Verify
Method · 0.85
GetRoot
Method · 0.85
operator[]
Function · 0.85
GenerateBinary
Function · 0.85
Mutate
Method · 0.85
MutateOffset
Method · 0.85
GetMutablePointer
Method · 0.85
MutateImpl
Method · 0.85
CopyFromSpanImpl
Method · 0.85
Verify
Method · 0.85
GetRoot
Method · 0.85
CreateVector
Function · 0.85
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected