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

Function size

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

Source from the content-addressed store, hash-verified

1001 Allocator *get_custom_allocator() { return allocator_; }
1002
1003 uoffset_t size() const {
1004 return static_cast<uoffset_t>(reserved_ - static_cast<size_t>(cur_ - buf_));
1005 }
1006
1007 uoffset_t scratch_size() const {
1008 return static_cast<uoffset_t>(scratch_ - buf_);

Callers 15

eraseFunction · 0.85
json.hppFile · 0.85
VerifyMethod · 0.85
lengthMethod · 0.85
strMethod · 0.85
operator[]Method · 0.85
stl_emulation.hFile · 0.85
LengthMethod · 0.85
GetMethod · 0.85
endMethod · 0.85
MutateMethod · 0.85
MutateOffsetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected