Home
last modified time | relevance | path

Searched defs:clone_buffer_t (Results 1 – 1 of 1) sorted by relevance

/third_party/harfbuzz/src/
Dhb-repacker.hh97 struct clone_buffer_t struct
99 clone_buffer_t () : head (nullptr), tail (nullptr) {} in clone_buffer_t() function
101 bool copy (const hb_serialize_context_t::object_t& object) in copy()
113 char* head;
114 char* tail;
116 void fini () in fini()