Home
last modified time | relevance | path

Searched refs:dict_base (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/python/src/
Ddict.cpp23 inline bool check_exact(dict_base const* p) in check_exact()
29 detail::new_reference dict_base::call(object const& arg_) in call()
36 dict_base::dict_base() in dict_base() function in boost::python::detail::dict_base
40 dict_base::dict_base(object_cref data) in dict_base() function in boost::python::detail::dict_base
44 void dict_base::clear() in clear()
52 dict dict_base::copy() in copy()
67 object dict_base::get(object_cref k) const in get()
80 object dict_base::get(object_cref k, object_cref d) const in get()
85 bool dict_base::has_key(object_cref k) const in has_key()
90 list dict_base::items() const in items()
[all …]
/third_party/boost/boost/python/
Ddict.hpp21 struct BOOST_PYTHON_DECL dict_base : object struct
72 dict_base(); // new dict
73 explicit dict_base(object_cref data);
75 BOOST_PYTHON_FORWARD_OBJECT_CONSTRUCTORS(dict_base, object)
81 class dict : public detail::dict_base
83 typedef detail::dict_base base;