Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-bimap.hh57 bool in_error () const { return forw_map.in_error () || back_map.in_error (); } in in_error() function
Dhb-map.hh106 bool in_error () const { return !successful; } in in_error() function
Dhb-cff-interp-common.hh365 bool in_error () const { return error; } in in_error() function
453 bool in_error () const { return (error || elements.in_error ()); } in in_error() function
603 bool in_error () const in in_error() function
Dhb-serialize.hh107 bool in_error () const { return !this->successful; } in in_error() function
Dhb-vector.hh179 bool in_error () const { return allocated < 0; } in in_error() function
Dhb-buffer.hh142 bool in_error () const { return !successful; } in in_error() function
Dhb-set.hh222 bool in_error () const { return !successful; } in in_error() function
Dhb-cff-interp-cs-common.hh145 bool in_error () const in in_error() function
/external/virglrenderer/src/
Dvrend_renderer.c706 bool in_error; member