Home
last modified time | relevance | path

Searched refs:ran_out_of_room (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type-private.hh389 this->ran_out_of_room = false; in hb_serialize_context_t()
411 this->ran_out_of_room ? "RAN OUT OF ROOM" : "did not ran out of room"); in end_serialize()
418 assert (!this->ran_out_of_room); in copy()
429 if (unlikely (this->ran_out_of_room || this->end - this->head < ptrdiff_t (size))) { in allocate_size()
430 this->ran_out_of_room = true; in allocate_size()
488 bool ran_out_of_room; member