Home
last modified time | relevance | path

Searched defs:index_type (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/boost/boost/numeric/ublas/tensor/
Dindex.hpp32 struct index_type struct
34 static constexpr std::size_t value = I;
36 constexpr bool operator == (std::size_t other) const { return value == other; } in operator ==()
37 constexpr bool operator != (std::size_t other) const { return value != other; } in operator !=()
40 constexpr bool operator == (index_type<K> /*other*/) const { return I==K; } in operator ==()
42 constexpr bool operator != (index_type<K> /*other*/) const { return I!=K; } in operator !=()
44 constexpr bool operator == (index_type /*other*/) const { return true; } in operator ==()
45 constexpr bool operator != (index_type /*other*/) const { return false; } in operator !=()
47 constexpr std::size_t operator()() const { return I; } in operator ()()
/third_party/boost/boost/spirit/home/support/detail/lexer/
Dchar_traits.hpp20 typedef CharT index_type; typedef
32 typedef unsigned char index_type; typedef
44 typedef wchar_t index_type; typedef
/third_party/boost/boost/fusion/view/nview/detail/cpp03/
Dnview_impl.hpp38 > index_type; typedef
60 typedef mpl::vector_c<int, BOOST_PP_ENUM_PARAMS(N, I)> index_type; typedef
73 typedef mpl::vector_c<int, BOOST_PP_ENUM_PARAMS(N, I)> index_type; in as_nview() typedef
/third_party/boost/boost/fusion/view/nview/detail/
Dnview_impl.hpp33 typedef vector<mpl::int_<I>...> index_type; typedef
43 typedef vector<mpl::int_<I>...> index_type; in as_nview() typedef
Dend_impl.hpp33 typedef typename Sequence::index_type index_type; typedef
Dbegin_impl.hpp32 typedef typename Sequence::index_type index_type; typedef
Dvalue_at_impl.hpp30 typedef typename Sequence::index_type index_type; typedef
Dat_impl.hpp31 typedef typename Sequence::index_type index_type; typedef
/third_party/boost/boost/graph/detail/
Dindex.hpp23 typedef vertex_index_t index_type; typedef
45 typedef edge_index_t index_type; typedef
72 typedef typename indexer_type::index_type index_type; typedef
/third_party/boost/libs/multi_index/test/
Dtest_safe_mode.cpp43 typedef typename Policy::index_type index_type; in local_test_safe_mode() typedef
247 typedef typename Policy::index_type index_type; in local_test_safe_mode() typedef
268 typedef typename Policy::index_type index_type; in local_test_safe_mode() typedef
299 typedef typename Policy::index_type index_type; in local_test_safe_mode_with_rearrange() typedef
350 typedef typename nth_index<container,N>::type index_type; typedef
362 typedef typename super::index_type index_type; typedef
390 typedef typename super::index_type index_type; typedef
/third_party/boost/libs/parameter/test/
Dpreprocessor.cpp34 >::type index_type; typedef
82 >::type index_type; typedef
/third_party/boost/boost/
Dmulti_index_container.hpp484 typedef typename nth_index<N>::type index_type; in project() typedef
502 typedef typename nth_index<N>::type index_type; in project() typedef
536 typedef typename index<Tag>::type index_type; in project() typedef
553 typedef typename index<Tag>::type index_type; in project() typedef
1207 >::type index_type; in get() typedef
1231 >::type index_type; in get() typedef
1275 >::type index_type; in get() typedef
1295 >::type index_type; in get() typedef
1325 typedef typename nth_index<multi_index_type,N>::type index_type; in project() typedef
1358 typedef typename nth_index<multi_index_type,N>::type index_type; in project() typedef
[all …]
/third_party/boost/libs/multi_array/test/
Didxgen1.cpp24 typedef boost::detail::multi_array::index index_type; typedef
/third_party/boost/libs/iterator/example/
Dpermutation_iter_example.cpp20 typedef std::deque< int > index_type; in main() typedef
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Diterator_tokenizer.hpp80 index_type; in next() typedef
194 index_type; in next() typedef
/third_party/flutter/skia/src/sksl/ir/
DSkSLIndexExpression.h20 static const Type& index_type(const Context& context, const Type& type) { in index_type() function
/third_party/boost/boost/interprocess/
Dsegment_manager.hpp371 typedef IndexType<index_config_named> index_type; typedef in boost::interprocess::segment_manager
847 typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type; in priv_generic_find() typedef
884 typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type; in priv_generic_find() typedef
944 typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type; in priv_generic_named_destroy() typedef
994 typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type; in priv_generic_named_destroy() typedef
1020 typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type; in priv_generic_named_destroy_impl() typedef
1078 typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type; in priv_generic_named_construct() typedef
1203 typedef IndexType<ipcdetail::index_config<CharT, MemoryAlgorithm> > index_type; in priv_generic_named_construct() typedef
/third_party/boost/boost/histogram/
Dfwd.hpp30 using index_type = int; typedef
/third_party/boost/libs/iterator/test/
Dpermutation_iterator_test.cpp42 typedef std::list< int > index_type; in permutation_test() typedef
/third_party/boost/boost/graph/property_maps/
Dcontainer_property_map.hpp30 typedef typename indexer_type::index_type index_type; typedef
/third_party/boost/boost/range/adaptor/
Dindexed.hpp78 typedef typename iv_types<0>::non_const_type index_type; typedef in boost::range::index_value
186 typedef typename base_t::difference_type index_type; typedef in boost::range_detail::indexed_iterator
/third_party/boost/libs/asio/test/execution/
Dexecutor.cpp151 typedef unsigned char index_type; typedef
/third_party/boost/boost/io/
Dios_state.hpp299 typedef int index_type; typedef in boost::io::ios_iword_saver
334 typedef int index_type; typedef in boost::io::ios_pword_saver
455 typedef int index_type; typedef in boost::io::ios_all_word_saver
/third_party/boost/boost/python/suite/indexing/detail/
Dindexing_suite_detail.hpp60 typedef typename Proxy::index_type index_type; typedef in boost::python::detail::proxy_group
254 typedef typename Proxy::index_type index_type; typedef in boost::python::detail::proxy_links
356 typedef Index index_type; typedef in boost::python::detail::container_element
/third_party/boost/boost/fusion/view/nview/
Dnview.hpp97 typedef Indicies index_type; typedef

1234