Home
last modified time | relevance | path

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

/third_party/boost/boost/sort/common/util/
Dcircular_buffer.hpp37 struct circular_buffer struct
47 typedef Value_t value_t;
52 const size_t NMAX = (size_t) 1 << Power2;
53 const size_t MASK = (NMAX - 1);
54 const size_t BLOCK_SIZE = NMAX >> 1;
55 const size_t LOG_BLOCK = Power2 - 1;
56 Value_t * ptr = nullptr;
62 size_t nelem, first_pos;
63 bool initialized;
70 circular_buffer(void) in circular_buffer() argument
[all …]
/third_party/boost/libs/contract/example/features/
Dmove.cpp13 class circular_buffer : class
25 circular_buffer(circular_buffer&& other) : in circular_buffer() function in circular_buffer
73 explicit circular_buffer(std::vector<char> const& data, in circular_buffer() function in circular_buffer
90 circular_buffer(circular_buffer const& other) : in circular_buffer() function in circular_buffer
/third_party/boost/boost/circular_buffer/
Dbase.hpp72 class circular_buffer class
1024 explicit circular_buffer(const allocator_type& alloc = allocator_type()) BOOST_NOEXCEPT in circular_buffer() function in boost::circular_buffer
1037 …explicit circular_buffer(capacity_type buffer_capacity, const allocator_type& alloc = allocator_ty… in circular_buffer() function in boost::circular_buffer
1056circular_buffer(size_type n, param_value_type item, const allocator_type& alloc = allocator_type()) in circular_buffer() function in boost::circular_buffer
1077 circular_buffer(capacity_type buffer_capacity, size_type n, param_value_type item, in circular_buffer() function in boost::circular_buffer
1097 circular_buffer(const circular_buffer<T, Alloc>& cb) in circular_buffer() function in boost::circular_buffer
1126 circular_buffer(circular_buffer<T, Alloc>&& cb) BOOST_NOEXCEPT in circular_buffer() function in boost::circular_buffer
1149circular_buffer(InputIterator first, InputIterator last, const allocator_type& alloc = allocator_t… in circular_buffer() function in boost::circular_buffer
1178 circular_buffer(capacity_type buffer_capacity, InputIterator first, InputIterator last, in circular_buffer() function in boost::circular_buffer