Home
last modified time | relevance | path

Searched defs:in_error (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-map.hh93 bool in_error () const { return !successful; } in in_error() function
Dhb-cff-interp-common.hh398 bool in_error () const { return error; } in in_error() function
493 bool in_error () const { return (error || elements.in_error ()); } in in_error() function
645 bool in_error () const in in_error() function
Dhb-vector.hh141 bool in_error () const { return allocated == 0; } in in_error() function
Dhb-buffer.hh140 bool in_error () const { return !successful; } in in_error() function
Dhb-set.hh216 bool in_error () const { return !successful; } in in_error() function
Dhb-cff-interp-cs-common.hh144 bool in_error () const in in_error() function
Dhb-machinery.hh512 bool in_error () const { return !this->successful; } in in_error() function
/external/virglrenderer/src/
Dvrend_renderer.c549 bool in_error; member