Home
last modified time | relevance | path

Searched defs:range_base (Results 1 – 25 of 64) sorted by relevance

123

/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
53 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() function
55 iterator begin () { return begin_; } in begin()
56 iterator end () { return end_; } in end()
57 const_iterator begin () const { return begin_; } in begin()
58 const_iterator end () const { return end_; } in end()
59 sentry_type sentry () const { return end_; } in sentry()
60 void operator++ () { ++begin_; } in operator ++()
61 void operator-- () { --end_; } in operator --()
65 iterator begin_;
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
53 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() function
55 iterator begin () { return begin_; } in begin()
56 iterator end () { return end_; } in end()
57 const_iterator begin () const { return begin_; } in begin()
58 const_iterator end () const { return end_; } in end()
59 sentry_type sentry () const { return end_; } in sentry()
60 void operator++ () { ++begin_; } in operator ++()
61 void operator-- () { --end_; } in operator --()
65 iterator begin_;
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
53 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() function
55 iterator begin () { return begin_; } in begin()
56 iterator end () { return end_; } in end()
57 const_iterator begin () const { return begin_; } in begin()
58 const_iterator end () const { return end_; } in end()
59 sentry_type sentry () const { return end_; } in sentry()
60 void operator++ () { ++begin_; } in operator ++()
61 void operator-- () { --end_; } in operator --()
65 iterator begin_;
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
53 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() argument
55 iterator begin () { return begin_; } in begin()
56 iterator end () { return end_; } in end()
57 const_iterator begin () const { return begin_; } in begin()
58 const_iterator end () const { return end_; } in end()
59 sentry_type sentry () const { return end_; } in sentry()
60 void operator++ () { ++begin_; } in operator ++()
61 void operator-- () { --end_; } in operator --()
65 iterator begin_;
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
53 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() argument
55 iterator begin () { return begin_; } in begin()
56 iterator end () { return end_; } in end()
57 const_iterator begin () const { return begin_; } in begin()
58 const_iterator end () const { return end_; } in end()
59 sentry_type sentry () const { return end_; } in sentry()
60 void operator++ () { ++begin_; } in operator ++()
61 void operator-- () { --end_; } in operator --()
65 iterator begin_;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
53 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() argument
55 iterator begin () { return begin_; } in begin()
56 iterator end () { return end_; } in end()
57 const_iterator begin () const { return begin_; } in begin()
58 const_iterator end () const { return end_; } in end()
59 sentry_type sentry () const { return end_; } in sentry()
60 void operator++ () { ++begin_; } in operator ++()
61 void operator-- () { --end_; } in operator --()
65 iterator begin_;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/convert/detail/
H A Drange.hpp45 struct range_base struct
47 using value_type = typename cnv::iterator<T>::value_type;
48 using iterator = typename cnv::iterator<T>::type;
49 using const_iterator = typename cnv::iterator<T>::const_type;
50 using sentry_type = const_iterator;
52 iterator begin () { return begin_; } in begin()
53 const_iterator begin () const { return begin_; } in begin()
54 void operator++ () { ++begin_; } in operator ++()
59 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() argument
61 iterator begin_;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/convert/detail/
H A Drange.hpp45 struct range_base struct
47 using value_type = typename cnv::iterator<T>::value_type;
48 using iterator = typename cnv::iterator<T>::type;
49 using const_iterator = typename cnv::iterator<T>::const_type;
50 using sentry_type = const_iterator;
52 iterator begin () { return begin_; } in begin()
53 const_iterator begin () const { return begin_; } in begin()
54 void operator++ () { ++begin_; } in operator ++()
59 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() function
61 iterator begin_;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/convert/detail/
H A Drange.hpp45 struct range_base struct
47 using value_type = typename cnv::iterator<T>::value_type;
48 using iterator = typename cnv::iterator<T>::type;
49 using const_iterator = typename cnv::iterator<T>::const_type;
50 using sentry_type = const_iterator;
52 iterator begin () { return begin_; } in begin()
53 const_iterator begin () const { return begin_; } in begin()
54 void operator++ () { ++begin_; } in operator ++()
59 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() function
61 iterator begin_;
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
48 typedef typename cnv::iterator<T>::value_type value_type;
49 typedef typename cnv::iterator<T>::type iterator;
50 typedef typename cnv::iterator<T>::const_type const_iterator;
51 typedef const_iterator sentry_type;
53 iterator begin () { return begin_; } in begin()
54 const_iterator begin () const { return begin_; } in begin()
55 void operator++ () { ++begin_; } in operator ++()
60 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() function
62 iterator begin_;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
48 typedef typename cnv::iterator<T>::value_type value_type;
49 typedef typename cnv::iterator<T>::type iterator;
50 typedef typename cnv::iterator<T>::const_type const_iterator;
51 typedef const_iterator sentry_type;
53 iterator begin () { return begin_; } in begin()
54 const_iterator begin () const { return begin_; } in begin()
55 void operator++ () { ++begin_; } in operator ++()
60 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() function
62 iterator begin_;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
48 typedef typename cnv::iterator<T>::value_type value_type;
49 typedef typename cnv::iterator<T>::type iterator;
50 typedef typename cnv::iterator<T>::const_type const_iterator;
51 typedef const_iterator sentry_type;
53 iterator begin () { return begin_; } in begin()
54 const_iterator begin () const { return begin_; } in begin()
55 void operator++ () { ++begin_; } in operator ++()
60 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() argument
62 iterator begin_;
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/convert/
H A Dstream.hpp46 using this_type = boost::cnv::basic_stream<char_type>;
49 using buffer_type = std::basic_streambuf<char_type>;
50 using stdstr_type = std::basic_string<char_type>;
51 using manipulator_type = std::ios_base& (*)(std::ios_base&);
53 struct ibuffer_type : buffer_type in begin()
55 using buffer_type::eback; in begin()
56 using buffer_type::gptr; in begin()
60 { in begin()
61 char_type* b = const_cast<char_type*>(beg); in begin()
62 in begin()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/convert/detail/
H A Drange.hpp46 struct range_base struct
48 typedef typename cnv::iterator<T>::value_type value_type;
49 typedef typename cnv::iterator<T>::type iterator;
50 typedef typename cnv::iterator<T>::const_type const_iterator;
51 typedef const_iterator sentry_type;
53 iterator begin () { return begin_; } in begin()
54 const_iterator begin () const { return begin_; } in begin()
55 void operator++ () { ++begin_; } in operator ++()
60 range_base (iterator b, iterator e) : begin_(b), end_(e) {} in range_base() argument
62 iterator begin_;
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/etnaviv/
H A Detnaviv_nir_lower_ubo_to_uniform.c61 nir_ssa_def *range_base = nir_imm_int(b, nir_intrinsic_range_base(intr)); in lower_ubo_to_uniform() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/soc/ti/
H A Dknav_qmss_acc.c28 int range_base, queue; in __knav_acc_notify() local
87 int range_base, channel, queue = 0; in knav_acc_int_handler() local

123