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

Function GetSize

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

@brief The current size of the serialized buffer, counting from the end. @return Returns an `uoffset_t` with the current size of the buffer.

Source from the content-addressed store, hash-verified

1243 /// @brief The current size of the serialized buffer, counting from the end.
1244 /// @return Returns an `uoffset_t` with the current size of the buffer.
1245 uoffset_t GetSize() const { return buf_.size(); }
1246
1247 /// @brief Get the serialized buffer (after you call `Finish()`).
1248 /// @return Returns an `uint8_t` pointer to the FlatBuffer data inside the

Callers 12

PushElementFunction · 0.70
AddStructFunction · 0.70
ReferToFunction · 0.70
StartTableFunction · 0.70
EndTableFunction · 0.70
StartStructFunction · 0.70
EndStructFunction · 0.70
PreAlignFunction · 0.70
CreateStringFunction · 0.70
CreateStructFunction · 0.70
FinishFunction · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected