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

Method reset

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

Source from the content-addressed store, hash-verified

856 }
857
858 inline void reset() {
859 allocator_ = nullptr;
860 own_allocator_ = false;
861 buf_ = nullptr;
862 reserved_ = 0;
863 cur_ = nullptr;
864 size_ = 0;
865 }
866};
867
868// This is a minimal replication of std::vector<uint8_t> functionality,

Callers 3

DetachedBufferMethod · 0.45
DetachedBufferClass · 0.45
ResetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected