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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh381 this->ran_out_of_room = false;
403 this->ran_out_of_room ? "RAN OUT OF ROOM" : "did not ran out of room");
410 assert (!this->ran_out_of_room);
421 if (unlikely (this->ran_out_of_room || this->end - this->head < ptrdiff_t (size))) {
422 this->ran_out_of_room = true;
480 bool ran_out_of_room; member in struct:OT::hb_serialize_context_t
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh381 this->ran_out_of_room = false;
403 this->ran_out_of_room ? "RAN OUT OF ROOM" : "did not ran out of room");
410 assert (!this->ran_out_of_room);
421 if (unlikely (this->ran_out_of_room || this->end - this->head < ptrdiff_t (size))) {
422 this->ran_out_of_room = true;
480 bool ran_out_of_room; member in struct:OT::hb_serialize_context_t

Completed in 244 milliseconds