Searched refs:insert_error (Results 1 – 4 of 4) sorted by relevance
66 struct insert_error : public container_error { }; struct81 { _GLIBCXX_THROW_OR_ABORT(insert_error()); } in __throw_insert_error()
67 struct insert_error : public container_error { }; struct83 { throw insert_error(); } in __throw_insert_error()
206 __catch(insert_error& ) in resize()