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

Class BufferRefBase

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

Source from the content-addressed store, hash-verified

2502// typed by its root.
2503// A BufferRef does not own its buffer.
2504struct BufferRefBase {}; // for std::is_base_of
2505template<typename T> struct BufferRef : BufferRefBase {
2506 BufferRef() : buf(nullptr), len(0), must_free(false) {}
2507 BufferRef(uint8_t *_buf, uoffset_t _len)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected