Home | History | Annotate | Download | only in src

Lines Matching refs:serialize

383  * Serialize
393 (&c->debug_depth, "SERIALIZE", c, HB_FUNC, \
412 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, +1,
422 DEBUG_MSG_LEVEL (SERIALIZE, this->start, 0, -1,
785 inline Type& serialize (hb_serialize_context_t *c, const void *base)
788 this->set ((char *) t - (char *) base); /* TODO(serialize) Overflow? */
856 inline bool serialize (hb_serialize_context_t *c,
861 len.set (items_len); /* TODO(serialize) Overflow? */
866 inline bool serialize (hb_serialize_context_t *c,
871 if (unlikely (!serialize (c, items_len))) return_trace (false);
980 inline bool serialize (hb_serialize_context_t *c,
986 len.set (items_len); /* TODO(serialize) Overflow? */