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

Function Reset

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

Source from the content-addressed store, hash-verified

1225 }
1226
1227 void Reset() {
1228 Clear(); // clear builder state
1229 buf_.reset(); // deallocate buffer
1230 }
1231
1232 /// @brief Reset all the state in this FlatBufferBuilder so it can be reused
1233 /// to construct another buffer.

Callers 5

SetFunction · 0.85
SetInternedStrFunction · 0.85
~StrPairMethod · 0.85
SetStrMethod · 0.85
ReleaseMessageMethod · 0.85

Calls 2

ClearFunction · 0.70
resetMethod · 0.45

Tested by

no test coverage detected