Searched defs:endswith (Results 1 – 7 of 7) sorted by relevance
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | StringRef.h | 278 "ends_with") bool endswith(StringRef Suffix) const { in endswith() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | StringRef.h | 278 "ends_with") bool endswith(StringRef Suffix) const { in endswith() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/collections/ |
D | __init__.py | 1449 def endswith(self, suffix, start=0, end=_sys.maxsize): member in UserString
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/collections/ |
D | __init__.py | 1449 def endswith(self, suffix, start=0, end=_sys.maxsize): member in UserString
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/collections/ |
D | __init__.py | 1449 def endswith(self, suffix, start=0, end=_sys.maxsize): member in UserString
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/collections/ |
D | __init__.py | 1449 def endswith(self, suffix, start=0, end=_sys.maxsize): member in UserString
|
/prebuilts/build-tools/common/py3-stdlib/collections/ |
D | __init__.py | 1471 def endswith(self, suffix, start=0, end=_sys.maxsize): member in UserString
|