Home
last modified time | relevance | path

Searched refs:not_specified (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/python/detail/
Ddef_helper_fwd.hpp12 template <class T1, class T2 = not_specified, class T3 = not_specified, class T4 = not_specified>
Ddef_helper.hpp121 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
Dnot_specified.hpp10 struct not_specified {}; struct
/third_party/boost/boost/python/
Dclass_fwd.hpp16 , class X1 = ::boost::python::detail::not_specified
17 , class X2 = ::boost::python::detail::not_specified
18 , class X3 = ::boost::python::detail::not_specified
Ddata_members.hpp165 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()
Doperators.hpp124 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/
Dselect_holder.cpp43 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/
Dclass_metadata.hpp135 , 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/
Dpython.hpp327 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/
Dtext_file_backend.hpp234 not_specified, enumerator
/third_party/boost/libs/bimap/doc/reference/
Dbimap.qbk142 class AdditionalParameter_1 = detail::not_specified,
143 class AdditionalParameter_2 = detail::not_specified
/third_party/boost/libs/log/src/
Dtext_file_backend.cpp1067 m_DayKind(not_specified), in rotation_at_time_point()
1129 case not_specified: in operator ()()