Searched defs:varray_error_handler (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/bench/detail/ |
D | varray.hpp | 112 struct varray_error_handler struct 115 static void check_capacity(varray<V, Capacity, S> const&, std::size_t s) in check_capacity() 122 static void check_at(varray<V, C, S> const& v, in check_at() 137 static void check_operator_brackets(varray<V, C, S> const& v, in check_operator_brackets() 146 static void check_empty(varray<V, C, S> const& v) in check_empty() 153 static void check_iterator_end_neq(varray<V, C, S> const& v, in check_iterator_end_neq() 162 static void check_iterator_end_eq(varray<V, C, S> const& v, in check_iterator_end_eq()
|