Searched refs:not_specified (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/python/detail/ |
D | def_helper_fwd.hpp | 12 template <class T1, class T2 = not_specified, class T3 = not_specified, class T4 = not_specified>
|
D | def_helper.hpp | 121 mpl::not_<is_same<not_specified const&,mpl::_1> > 159 , void(not_specified::*)() // A function pointer type which is never an 179 !is_same<default_implementation_t, void(not_specified::*)()>::value)); 205 not_specified m_nil; // for filling in not_specified slots
|
D | not_specified.hpp | 10 struct not_specified {}; struct
|
/third_party/boost/boost/python/ |
D | class_fwd.hpp | 16 , class X1 = ::boost::python::detail::not_specified 17 , class X2 = ::boost::python::detail::not_specified 18 , class X3 = ::boost::python::detail::not_specified
|
D | data_members.hpp | 165 inline object make_getter(D* d, not_specified, detail::false_, long) in make_getter() argument 189 inline object make_getter(D C::*pm, not_specified, detail::true_, long) in make_getter() argument 261 detail::not_specified policy in make_getter() 262 = detail::not_specified(); // suppress a SunPro warning in make_getter() 270 detail::not_specified policy in make_getter() 271 = detail::not_specified(); // Suppress a SunPro warning in make_getter()
|
D | operators.hpp | 124 template <operator_id id, class L = not_specified, class R = not_specified> 143 is_same<L,not_specified> in visit()
|
/third_party/boost/libs/python/test/ |
D | select_holder.cpp | 43 T,Held,not_specified,not_specified in assert_holder() 56 assert_holder<Base,not_specified,value_holder<Base> >(); in test_main() 58 assert_holder<BR,not_specified,value_holder_back_reference<BR,BR> >(); in test_main()
|
/third_party/boost/boost/python/object/ |
D | class_metadata.hpp | 135 , python::detail::not_specified 164 … boost::python::detail::is_same<held_type_arg,python::detail::not_specified>, T, held_type_arg
|
/third_party/boost/boost/parameter/ |
D | python.hpp | 327 struct not_specified {}; struct 349 template <class Class, class Options = not_specified> 359 void def(F f, not_specified const*) const in def() 377 void def(F f, Keywords const& keywords, not_specified const*) const in def()
|
/third_party/boost/boost/log/sinks/ |
D | text_file_backend.hpp | 234 not_specified, enumerator
|
/third_party/boost/libs/bimap/doc/reference/ |
D | bimap.qbk | 142 class AdditionalParameter_1 = detail::not_specified, 143 class AdditionalParameter_2 = detail::not_specified
|
/third_party/boost/libs/log/src/ |
D | text_file_backend.cpp | 1067 m_DayKind(not_specified), in rotation_at_time_point() 1129 case not_specified: in operator ()()
|