Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dsize_holder.hpp31 struct size_holder struct
33 static const bool constant_time_size = ConstantSize;
34 typedef SizeType size_type;
36 BOOST_INTRUSIVE_FORCEINLINE SizeType get_size() const in get_size()
39 BOOST_INTRUSIVE_FORCEINLINE void set_size(SizeType size) in set_size()
42 BOOST_INTRUSIVE_FORCEINLINE void decrement() in decrement()
45 BOOST_INTRUSIVE_FORCEINLINE void increment() in increment()
48 BOOST_INTRUSIVE_FORCEINLINE void increase(SizeType n) in increase()
51 BOOST_INTRUSIVE_FORCEINLINE void decrease(SizeType n) in decrease()
54 BOOST_INTRUSIVE_FORCEINLINE void swap(size_holder &other) in swap()
[all …]