Searched defs:in_error (Results 1 – 8 of 8) sorted by relevance
93 bool in_error () const { return !successful; } in in_error() function
398 bool in_error () const { return error; } in in_error() function493 bool in_error () const { return (error || elements.in_error ()); } in in_error() function645 bool in_error () const in in_error() function
141 bool in_error () const { return allocated == 0; } in in_error() function
140 bool in_error () const { return !successful; } in in_error() function
216 bool in_error () const { return !successful; } in in_error() function
144 bool in_error () const in in_error() function
512 bool in_error () const { return !this->successful; } in in_error() function
549 bool in_error; member