/third_party/boost/boost/geometry/index/detail/rtree/ |
D | options.hpp | 59 struct options_type struct 65 struct options_type< index::linear<MaxElements, MinElements> > struct 78 struct options_type< index::quadratic<MaxElements, MinElements> > struct 91 struct options_type< index::rstar<MaxElements, MinElements, OverlapCostThreshold, ReinsertedElement… struct 117 struct options_type< index::dynamic_linear > struct 130 struct options_type< index::dynamic_quadratic > struct 143 struct options_type< index::dynamic_rstar > struct 156 struct options_type< index::parameters<Parameters, Strategy> > struct 157 : options_type<Parameters> 159 typedef typename options_type<Parameters>::type opt; argument
|
/third_party/boost/boost/histogram/axis/ |
D | integer.hpp | 48 using options_type = typedef in boost::histogram::axis::integer 55 static_assert(!options_type::test(option::circular | option::growth) || 56 (options_type::test(option::circular) ^ 57 options_type::test(option::growth)), 61 (!options_type::test(option::circular) && 62 !options_type::test(option::growth)) || 63 (!options_type::test(option::overflow) && 64 !options_type::test(option::underflow)), 93 if (options_type::test(option::circular) && !(begin == 0 && end == src.size())) in integer() 99 return index_impl(options_type::test(axis::option::circular), in index() [all …]
|
D | variable.hpp | 55 using options_type = typedef in boost::histogram::axis::variable 66 (!options_type::test(option::circular) && !options_type::test(option::growth)) || 67 (options_type::test(option::circular) ^ options_type::test(option::growth)), 125 if (options_type::test(option::circular) && !(begin == 0 && end == src.size())) in variable() 134 if (options_type::test(option::circular)) { in index() 164 if (options_type::test(option::circular)) { in value() 188 static constexpr unsigned options() noexcept { return options_type::value; } in options()
|
D | regular.hpp | 187 using options_type = typedef in boost::histogram::axis::regular 202 (!options_type::test(option::circular) && !options_type::test(option::growth)) || 203 (options_type::test(option::circular) ^ options_type::test(option::growth)), 284 if (options_type::test(option::circular) && !(begin == 0 && end == src.size())) in regular() 295 if (options_type::test(option::circular)) { in index() 313 assert(options_type::test(option::growth)); in update() 347 if (!options_type::test(option::circular) && z < 0.0) in value() 349 else if (options_type::test(option::circular) || z <= 1.0) in value() 366 static constexpr unsigned options() noexcept { return options_type::value; } in options()
|
D | category.hpp | 52 using options_type = detail::replace_default<Options, option::overflow_t>; typedef in boost::histogram::axis::category 56 static_assert(!options_type::test(option::underflow), 58 static_assert(!options_type::test(option::circular), 60 static_assert(!(options_type::test(option::growth) && 61 options_type::test(option::overflow)), 150 static constexpr unsigned options() noexcept { return options_type::value; } in options()
|
/third_party/boost/boost/geometry/index/detail/ |
D | serialization.hpp | 459 typedef typename Rtree::options_type options_type; typedef in boost::geometry::index::detail::rtree::const_private_view 484 typedef typename Rtree::options_type options_type; typedef in boost::geometry::index::detail::rtree::private_view 516 typedef typename view::options_type options_type; in save() typedef 531 …detail::rtree::visitors::save<Archive, value_type, options_type, translator_type, box_type, alloca… in save() 546 typedef typename view::options_type options_type; in load() typedef 550 typedef typename options_type::parameters_type parameters_type; in load() 552 …typedef detail::rtree::subtree_destroyer<value_type, options_type, translator_type, box_type, allo… in load() 566 … n = detail::rtree::load<value_type, options_type, translator_type, box_type, allocators_type> in load()
|
/third_party/boost/boost/geometry/index/detail/rtree/utilities/ |
D | view.hpp | 32 typedef typename Rtree::options_type options_type; typedef in boost::geometry::index::detail::rtree::utilities::view
|
/third_party/boost/libs/geometry/index/test/rtree/exceptions/ |
D | test_throwing_node.hpp | 45 struct options_type< linear_throwing<MaxElements, MinElements> > struct 55 struct options_type< quadratic_throwing<MaxElements, MinElements> > struct 65 struct options_type< rstar_throwing<MaxElements, MinElements, OverlapCostThreshold, ReinsertedEleme… struct
|
/third_party/boost/boost/geometry/index/detail/rtree/visitors/ |
D | insert.hpp | 36 typename ChooseNextNodeTag = typename MembersHolder::options_type::choose_next_node_tag 107 typename RedistributeTag = typename MembersHolder::options_type::redistribute_tag 123 typename SplitTag = typename MembersHolder::options_type::split_tag 498 typename InsertTag = typename MembersHolder::options_type::insert_tag
|
/third_party/boost/boost/container/detail/ |
D | tree.hpp | 536 typedef typename get_tree_opt<Options>::type options_type; typedef in boost::container::dtl::tree 539 , options_type::tree_type 540 , options_type::optimize_size 555 typedef intrusive_tree_proxy<options_type::tree_type> intrusive_tree_proxy_t;
|
/third_party/node/tools/ |
D | test.py | 1543 def get_env_type(vm, options_type, context): argument 1544 if options_type is not None: 1545 env_type = options_type
|
/third_party/boost/boost/container/ |
D | deque.hpp | 340 typedef typename get_deque_opt<Options>::type options_type; typedef in boost::container::deque_base 347 …{ return deque_block_size<val_alloc_val, options_type::block_bytes, options_type::block_size>::val… in get_block_size()
|
D | vector.hpp | 740 typedef typename get_vector_opt<Options, alloc_size_type>::type options_type; typedef in boost::container::vector 741 typedef typename options_type::growth_factor_type growth_factor_type; 742 typedef typename options_type::stored_size_type stored_size_type;
|