Lines Matching refs:successful
214 bool successful; /* Allocations successful */ member
221 successful = true; in init_shallow()
243 bool in_error () const { return !successful; } in in_error()
247 if (unlikely (count > pages.length && !successful)) return false; in resize()
251 successful = false; in resize()
259 successful = true; in reset()
282 if (unlikely (!successful)) return; in add()
290 if (unlikely (!successful)) return true; /* https://github.com/harfbuzz/harfbuzz/issues/657 */ in add_range()
320 if (unlikely (!successful)) return; in add_array()
348 if (unlikely (!successful)) return true; /* https://github.com/harfbuzz/harfbuzz/issues/657 */ in add_sorted_array()
379 if (unlikely (!successful)) return; in del()
414 if (unlikely (!successful)) return; in del_range()
471 if (unlikely (!successful)) return; in set()
525 successful = false; in allocate_compact_workspace()
572 if (unlikely (!successful)) return; in process()