Home
last modified time | relevance | path

Searched refs:index_t (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/pfr/include/boost/pfr/detail/
Doffset_based_getter.hpp79 using index_t = typename sequence_tuple::tuple_element<idx, S>::type; typedef in boost::pfr::detail::offset_based_getter
92 static index_t<idx> * get_pointer(U * u) noexcept { in get_pointer()
93 return reinterpret_cast<index_t<idx> *>(reinterpret_cast<char *>(u) + this_t::offset<idx>()); in get_pointer()
97 static const index_t<idx> * get_pointer(const U * u) noexcept { in get_pointer()
98 …return reinterpret_cast<const index_t<idx> *>(reinterpret_cast<const char *>(u) + this_t::offset<i… in get_pointer()
102 static volatile index_t<idx> * get_pointer(volatile U * u) noexcept { in get_pointer()
103 …return reinterpret_cast<volatile index_t<idx> *>(reinterpret_cast<volatile char *>(u) + this_t::of… in get_pointer()
107 static const volatile index_t<idx> * get_pointer(const volatile U * u) noexcept { in get_pointer()
108 …return reinterpret_cast<const volatile index_t<idx> *>(reinterpret_cast<const volatile char *>(u) … in get_pointer()
113 index_t<idx> & get(U & u, size_t_<idx>) const noexcept { in get()
[all …]
/third_party/boost/boost/pfr/detail/
Doffset_based_getter.hpp79 using index_t = typename sequence_tuple::tuple_element<idx, S>::type; typedef in boost::pfr::detail::offset_based_getter
92 static index_t<idx> * get_pointer(U * u) noexcept { in get_pointer()
93 return reinterpret_cast<index_t<idx> *>(reinterpret_cast<char *>(u) + this_t::offset<idx>()); in get_pointer()
97 static const index_t<idx> * get_pointer(const U * u) noexcept { in get_pointer()
98 …return reinterpret_cast<const index_t<idx> *>(reinterpret_cast<const char *>(u) + this_t::offset<i… in get_pointer()
102 static volatile index_t<idx> * get_pointer(volatile U * u) noexcept { in get_pointer()
103 …return reinterpret_cast<volatile index_t<idx> *>(reinterpret_cast<volatile char *>(u) + this_t::of… in get_pointer()
107 static const volatile index_t<idx> * get_pointer(const volatile U * u) noexcept { in get_pointer()
108 …return reinterpret_cast<const volatile index_t<idx> *>(reinterpret_cast<const volatile char *>(u) … in get_pointer()
113 index_t<idx> & get(U & u, size_t_<idx>) const noexcept { in get()
[all …]
/third_party/boost/boost/lockfree/detail/
Dfreelist.hpp53 typedef T * index_t; typedef in boost::lockfree::detail::freelist_stack
273 typedef boost::uint16_t index_t; typedef in boost::lockfree::detail::tagged_index
288 explicit tagged_index(index_t i, tag_t t = 0): in tagged_index()
294 index_t get_index() const in get_index()
299 void set_index(index_t i) in set_index()
335 index_t index;
424 deallocate<false>(static_cast<index_t>(i)); in initialize()
431 typedef tagged_index::index_t index_t; typedef in boost::lockfree::detail::fixed_size_freelist
436 pool_(tagged_index(static_cast<index_t>(count), 0)) in fixed_size_freelist()
450 index_t node_index = allocate<ThreadSafe>(); in construct()
[all …]
/third_party/boost/boost/interprocess/indexes/
Dflat_map_index.hpp54 key_less, allocator_type> index_t; typedef
64 : public flat_map_index_aux<MapConfig>::index_t
68 typedef typename index_aux::index_t base_type;
Dmap_index.hpp55 key_less, allocator_type> index_t; typedef
65 : public ipcdetail::map_index_aux<MapConfig>::index_t
69 typedef typename index_aux::index_t base_type;
Dunordered_map_index.hpp69 key_equal, allocator_type> index_t; typedef
79 : public unordered_map_index_aux<MapConfig>::index_t
83 typedef typename index_aux::index_t base_type;
Diset_index.hpp61 >::type index_t; typedef
71 : public iset_index_aux<MapConfig>::index_t
75 typedef typename index_aux::index_t index_type;
Diunordered_set_index.hpp116 >::type index_t; typedef
117 typedef typename index_t::bucket_type bucket_type;
139 , public iunordered_set_index_aux<MapConfig>::index_t
143 typedef typename index_aux::index_t index_type;
/third_party/boost/boost/graph/distributed/
Dadjacency_list.hpp657 typedef typename property_traits<VertexIndexMap>::value_type index_t; in maybe_initialize_vertex_indices() typedef
658 index_t next_index = 0; in maybe_initialize_vertex_indices()