Searched defs:endswith (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/python/ |
D | str.hpp | 221 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/ |
D | str.cpp | 157 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/ |
D | SmallString.h | 134 bool endswith(StringRef Suffix) const { in endswith() function
|
D | StringRef.h | 288 bool endswith(StringRef Suffix) const { in endswith() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallString.h | 135 bool endswith(StringRef Suffix) const { in endswith() function
|
D | StringRef.h | 276 bool endswith(StringRef Suffix) const { in endswith() function
|
/third_party/eudev/src/shared/ |
D | util.c | 105 char* endswith(const char *s, const char *postfix) { in endswith() function
|
/third_party/python/Python/ |
D | pythonrun.c | 327 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__.py | 1427 def endswith(self, suffix, start=0, end=_sys.maxsize): member in UserString
|
/third_party/mesa3d/src/freedreno/decode/ |
D | cffdec.c | 809 endswith(uint32_t regbase, const char *suffix) in endswith() function
|