Lines Matching refs:str_base
10 detail::new_reference str_base::call(object const& arg_) in call()
22 str_base::str_base() in str_base() function in boost::python::detail::str_base
32 str_base::str_base(const char* s) in str_base() function in boost::python::detail::str_base
55 str_base::str_base(char const* start, char const* finish) in str_base() function in boost::python::detail::str_base
68 str_base::str_base(char const* start, std::size_t length) // new str in str_base() function in boost::python::detail::str_base
81 str_base::str_base(object_cref other) in str_base() function in boost::python::detail::str_base
82 : object(str_base::call(other)) in str_base()
89 str str_base:: name ( BOOST_PP_ENUM_PARAMS(arity, object_cref x) ) const \
103 long str_base::count(object_cref sub) const in count()
108 long str_base::count(object_cref sub, object_cref start) const in count()
113 long str_base::count(object_cref sub, object_cref start, object_cref end) const in count()
119 object str_base::decode() const in decode()
124 object str_base::decode(object_cref encoding) const in decode()
129 object str_base::decode(object_cref encoding, object_cref errors) const in decode()
135 object str_base::encode() const in encode()
140 object str_base::encode(object_cref encoding) const in encode()
145 object str_base::encode(object_cref encoding, object_cref errors) const in encode()
157 bool str_base::endswith(object_cref suffix) const in endswith()
165 bool str_base::endswith(object_cref suffix, object_cref start) const in endswith()
173 bool str_base::endswith(object_cref suffix, object_cref start, object_cref end) const in endswith()
184 long str_base::find(object_cref sub) const in find()
192 long str_base::find(object_cref sub, object_cref start) const in find()
200 long str_base::find(object_cref sub, object_cref start, object_cref end) const in find()
208 long str_base::index(object_cref sub) const in index()
216 long str_base::index(object_cref sub, object_cref start) const in index()
224 long str_base::index(object_cref sub, object_cref start, object_cref end) const in index()
232 bool str_base::isalnum() const in isalnum()
240 bool str_base::isalpha() const in isalpha()
248 bool str_base::isdigit() const in isdigit()
256 bool str_base::islower() const in islower()
264 bool str_base::isspace() const in isspace()
272 bool str_base::istitle() const in istitle()
280 bool str_base::isupper() const in isupper()
295 long str_base::rfind(object_cref sub) const in rfind()
303 long str_base::rfind(object_cref sub, object_cref start) const in rfind()
311 long str_base::rfind(object_cref sub, object_cref start, object_cref end) const in rfind()
319 long str_base::rindex(object_cref sub) const in rindex()
327 long str_base::rindex(object_cref sub, object_cref start) const in rindex()
335 long str_base::rindex(object_cref sub, object_cref start, object_cref end) const in rindex()
346 list str_base::split() const in split()
351 list str_base::split(object_cref sep) const in split()
356 list str_base::split(object_cref sep, object_cref maxsplit) const in split()
361 list str_base::splitlines() const in splitlines()
366 list str_base::splitlines(object_cref keepends) const in splitlines()
371 bool str_base::startswith(object_cref prefix) const in startswith()
379 bool str_base::startswith(object_cref prefix, object_cref start) const in startswith()
387 bool str_base::startswith(object_cref prefix, object_cref start, object_cref end) const in startswith()