Searched refs:get_attr (Results 1 – 5 of 5) sorted by relevance
204 impl::header_entry::get_attr(const std::string& n) const in get_attr() function in impl::header_entry380 if (he.get_attr("version") != vstr) in validate_content_type()383 he.get_attr("version") + "'"); in validate_content_type()
595 const std::string& get_attr(const std::string&) const;
4905 #define SWIG_addvarlink(p, name, get_attr, set_attr) SWIG_Python_addvarlink(p, name, get_attr, set… argument4914 PyObject *(*get_attr)(void); /* Return the current value */ member4967 res = (*var->get_attr)(); in swig_varlink_getattr()5057 …SWIG_Python_addvarlink(PyObject *p, char *name, PyObject *(*get_attr)(void), int (*set_attr)(PyObj… in SWIG_Python_addvarlink()5065 gv->get_attr = get_attr; in SWIG_Python_addvarlink()