/third_party/boost/boost/python/detail/ |
D | convertible.hpp | 21 struct convertible struct 24 static inline no_convertible check(...) { return 0; } in check() 25 static inline yes_convertible check(Target) { return 0; } in check()
|
/third_party/boost/libs/fusion/test/sequence/ |
D | traits.hpp | 21 struct convertible struct 23 convertible(int) {} in convertible() argument
|
D | fixture.hpp | 13 struct convertible struct 15 convertible() : value_() {} in convertible() argument 16 convertible(int value) : value_(value) {} in convertible() argument 17 int value_;
|
/third_party/boost/boost/python/converter/ |
D | implicit.hpp | 19 static void* convertible(PyObject* obj) in convertible() function 34 bool convertible = get_source.convertible(); in construct() local
|
D | rvalue_from_python_data.hpp | 63 void* convertible; member 126 inline rvalue_from_python_data<T>::rvalue_from_python_data(void* convertible) in rvalue_from_python_data()
|
D | obj_mgr_arg_from_python.hpp | 67 inline bool object_manager_value_arg_from_python<T>::convertible() const in convertible() function in boost::python::converter::object_manager_value_arg_from_python 106 inline bool object_manager_ref_arg_from_python<Ref>::convertible() const in convertible() function in boost::python::converter::object_manager_ref_arg_from_python
|
D | arg_from_python.hpp | 206 inline bool arg_lvalue_from_python_base::convertible() const in convertible() function in boost::python::converter::arg_lvalue_from_python_base 250 inline bool pointer_cref_arg_from_python<T>::convertible() const in convertible() function in boost::python::converter::pointer_cref_arg_from_python 303 inline bool arg_rvalue_from_python<T>::convertible() const in convertible() function in boost::python::converter::arg_rvalue_from_python
|
D | shared_ptr_from_python.hpp | 36 static void* convertible(PyObject* p) in convertible() function
|
D | registrations.hpp | 28 convertible_function convertible; member
|
/third_party/boost/libs/core/test/ |
D | addressof_test2.cpp | 60 class convertible { class 63 convertible( int = 0 ) in convertible() function in convertible
|
/third_party/boost/boost/python/ |
D | arg_from_python.hpp | 47 bool convertible() const { return true; } in convertible() function 59 bool convertible() const { return true; } in convertible() function
|
D | return_arg.hpp | 42 static bool convertible() in convertible() function
|
/third_party/boost/libs/unordered/test/helpers/ |
D | check_return_type.hpp | 26 template <class T2> static void convertible(T2) in convertible() function
|
/third_party/boost/libs/container_hash/test/ |
D | check_float_funcs.cpp | 29 static void convertible(T2) in convertible() function
|
/third_party/boost/libs/variant/test/ |
D | overload_selection.cpp | 82 struct convertible { struct 90 my_variant y = convertible(); in test_implicit_conversion_operator() argument
|
/third_party/boost/libs/python/src/converter/ |
D | registry.cpp | 246 void insert(convertible_function convertible in insert() 264 void push_back(convertible_function convertible in push_back()
|
D | builtin_converters.cpp | 78 static void* convertible(PyObject* obj) in convertible() function
|
/third_party/boost/libs/python/test/ |
D | pytype_function.cpp | 50 static void* convertible(PyObject* obj_ptr) in convertible() function
|
D | a_map_indexing_suite.cpp | 49 static void* convertible(PyObject* obj_ptr) in convertible() function
|
/third_party/boost/libs/python/src/numpy/ |
D | dtype.cpp | 153 static void * convertible(PyObject * obj) in convertible() function in boost::python::numpy::__anon0a8426780111::array_scalar_converter
|
/third_party/boost/boost/ptr_container/detail/ |
D | static_move_ptr.hpp | 150 typedef move_ptrs::is_smart_ptr_convertible<TT, T> convertible; in check() typedef
|
/third_party/boost/libs/python/src/object/ |
D | enum.cpp | 193 , converter::convertible_function convertible in enum_base()
|
/third_party/boost/libs/python/example/numpy/ |
D | gaussian.cpp | 252 static void * convertible(PyObject * p) { in convertible() function
|
/third_party/libexif/contrib/c++/ |
D | exif_module.cxx | 305 static void* convertible(PyObject* obj) in convertible() function
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 353 std::function<bool(const TType& from, const TType& to, TOperator op, int arg)> convertible, in selectFunction()
|