/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Magic.cpp | 29 static bool startswith(StringRef Magic, const char (&S)[N]) { in startswith() function
|
/third_party/boost/boost/python/ |
D | str.hpp | 371 bool startswith(T const& prefix) const in startswith() function in boost::python::str 377 bool startswith(T1 const& prefix, T2 const& start) const in startswith() function in boost::python::str 383 bool startswith(T1 const& prefix, T2 const& start, T3 const& end) const in startswith() function in boost::python::str
|
/third_party/boost/libs/python/src/ |
D | str.cpp | 371 bool str_base::startswith(object_cref prefix) const in startswith() function in boost::python::detail::str_base 379 bool str_base::startswith(object_cref prefix, object_cref start) const in startswith() function in boost::python::detail::str_base 387 bool str_base::startswith(object_cref prefix, object_cref start, object_cref end) const in startswith() function in boost::python::detail::str_base
|
/third_party/libevdev/libevdev/ |
D | libevdev-util.h | 54 startswith(const char *str, size_t len, const char *prefix, size_t plen) in startswith() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallString.h | 129 bool startswith(StringRef Prefix) const { in startswith() function
|
D | StringRef.h | 277 bool startswith(StringRef Prefix) const { in startswith() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallString.h | 130 bool startswith(StringRef Prefix) const { in startswith() function
|
D | StringRef.h | 264 bool startswith(StringRef Prefix) const { in startswith() function
|
/third_party/eudev/src/shared/ |
D | util.h | 76 static inline char *startswith(const char *s, const char *prefix) { in startswith() function
|
/third_party/mesa3d/src/freedreno/decode/ |
D | crashdec.c | 203 startswith(const char *line, const char *start) in startswith() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 984 static bool startswith(StringRef Magic, const char (&S)[N]) { in startswith() function
|
/third_party/python/Lib/collections/ |
D | __init__.py | 1533 def startswith(self, prefix, start=0, end=_sys.maxsize): member in UserString
|