Home
last modified time | relevance | path

Searched defs:endswith (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/python/
Dstr.hpp221 bool endswith(T const& suffix) const in endswith() function in boost::python::str
227 bool endswith(T1 const& suffix, T2 const& start) const in endswith() function in boost::python::str
233 bool endswith(T1 const& suffix, T2 const& start, T3 const& end) const in endswith() function in boost::python::str
/third_party/boost/libs/python/src/
Dstr.cpp157 bool str_base::endswith(object_cref suffix) const in endswith() function in boost::python::detail::str_base
165 bool str_base::endswith(object_cref suffix, object_cref start) const in endswith() function in boost::python::detail::str_base
173 bool str_base::endswith(object_cref suffix, object_cref start, object_cref end) const in endswith() function in boost::python::detail::str_base
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallString.h134 bool endswith(StringRef Suffix) const { in endswith() function
DStringRef.h288 bool endswith(StringRef Suffix) const { in endswith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallString.h135 bool endswith(StringRef Suffix) const { in endswith() function
DStringRef.h276 bool endswith(StringRef Suffix) const { in endswith() function
/third_party/eudev/src/shared/
Dutil.c105 char* endswith(const char *s, const char *postfix) { in endswith() function
/third_party/python/Python/
Dpythonrun.c327 Py_ssize_t endswith = PyUnicode_Tailmatch(filename, ext, 0, PY_SSIZE_T_MAX, +1); in maybe_pyc_file() local
/third_party/python/Lib/collections/
D__init__.py1427 def endswith(self, suffix, start=0, end=_sys.maxsize): member in UserString
/third_party/mesa3d/src/freedreno/decode/
Dcffdec.c809 endswith(uint32_t regbase, const char *suffix) in endswith() function