Searched defs:in_error (Results 1 – 9 of 9) sorted by relevance
57 bool in_error () const { return forw_map.in_error () || back_map.in_error (); } in in_error() function
106 bool in_error () const { return !successful; } in in_error() function
365 bool in_error () const { return error; } in in_error() function453 bool in_error () const { return (error || elements.in_error ()); } in in_error() function603 bool in_error () const in in_error() function
179 bool in_error () const { return allocated < 0; } in in_error() function
107 bool in_error () const { return !this->successful; } in in_error() function
142 bool in_error () const { return !successful; } in in_error() function
222 bool in_error () const { return !successful; } in in_error() function
145 bool in_error () const in in_error() function
706 bool in_error; member