HomeSort by relevance Sort by last modified time
    Searched defs:in_error (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 61 bool in_error; /* Allocation failed */ member in struct:hb_buffer_t
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 61 bool in_error; /* Allocation failed */ member in struct:hb_buffer_t
hb-set-private.hh 140 bool in_error; member in struct:hb_set_t
151 in_error = false;
162 if (unlikely (in_error)) return;
169 if (unlikely (in_error)) return;
176 if (unlikely (in_error)) return;
182 if (unlikely (in_error)) return;
212 if (unlikely (in_error)) return;
218 if (unlikely (in_error)) return;
224 if (unlikely (in_error)) return;
230 if (unlikely (in_error)) return
    [all...]

Completed in 154 milliseconds