Home
last modified time | relevance | path

Searched defs:convertible (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/python/detail/
Dconvertible.hpp21 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/
Dtraits.hpp21 struct convertible struct
23 convertible(int) {} in convertible() argument
Dfixture.hpp13 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/
Dimplicit.hpp19 static void* convertible(PyObject* obj) in convertible() function
34 bool convertible = get_source.convertible(); in construct() local
Drvalue_from_python_data.hpp63 void* convertible; member
126 inline rvalue_from_python_data<T>::rvalue_from_python_data(void* convertible) in rvalue_from_python_data()
Dobj_mgr_arg_from_python.hpp67 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
Darg_from_python.hpp206 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
Dshared_ptr_from_python.hpp36 static void* convertible(PyObject* p) in convertible() function
Dregistrations.hpp28 convertible_function convertible; member
/third_party/boost/libs/core/test/
Daddressof_test2.cpp60 class convertible { class
63 convertible( int = 0 ) in convertible() function in convertible
/third_party/boost/boost/python/
Darg_from_python.hpp47 bool convertible() const { return true; } in convertible() function
59 bool convertible() const { return true; } in convertible() function
Dreturn_arg.hpp42 static bool convertible() in convertible() function
/third_party/boost/libs/unordered/test/helpers/
Dcheck_return_type.hpp26 template <class T2> static void convertible(T2) in convertible() function
/third_party/boost/libs/container_hash/test/
Dcheck_float_funcs.cpp29 static void convertible(T2) in convertible() function
/third_party/boost/libs/variant/test/
Doverload_selection.cpp82 struct convertible { struct
90 my_variant y = convertible(); in test_implicit_conversion_operator() argument
/third_party/boost/libs/python/src/converter/
Dregistry.cpp246 void insert(convertible_function convertible in insert()
264 void push_back(convertible_function convertible in push_back()
Dbuiltin_converters.cpp78 static void* convertible(PyObject* obj) in convertible() function
/third_party/boost/libs/python/test/
Dpytype_function.cpp50 static void* convertible(PyObject* obj_ptr) in convertible() function
Da_map_indexing_suite.cpp49 static void* convertible(PyObject* obj_ptr) in convertible() function
/third_party/boost/libs/python/src/numpy/
Ddtype.cpp153 static void * convertible(PyObject * obj) in convertible() function in boost::python::numpy::__anon0a8426780111::array_scalar_converter
/third_party/boost/boost/ptr_container/detail/
Dstatic_move_ptr.hpp150 typedef move_ptrs::is_smart_ptr_convertible<TT, T> convertible; in check() typedef
/third_party/boost/libs/python/src/object/
Denum.cpp193 , converter::convertible_function convertible in enum_base()
/third_party/boost/libs/python/example/numpy/
Dgaussian.cpp252 static void * convertible(PyObject * p) { in convertible() function
/third_party/libexif/contrib/c++/
Dexif_module.cxx305 static void* convertible(PyObject* obj) in convertible() function
/third_party/glslang/glslang/MachineIndependent/
DParseContextBase.cpp353 std::function<bool(const TType& from, const TType& to, TOperator op, int arg)> convertible, in selectFunction()

12