Home
last modified time | relevance | path

Searched defs:startswith (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMagic.cpp29 static bool startswith(StringRef Magic, const char (&S)[N]) { in startswith() function
/third_party/boost/boost/python/
Dstr.hpp371 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/
Dstr.cpp371 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/
Dlibevdev-util.h54 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/
DSmallString.h129 bool startswith(StringRef Prefix) const { in startswith() function
DStringRef.h277 bool startswith(StringRef Prefix) const { in startswith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallString.h130 bool startswith(StringRef Prefix) const { in startswith() function
DStringRef.h264 bool startswith(StringRef Prefix) const { in startswith() function
/third_party/eudev/src/shared/
Dutil.h76 static inline char *startswith(const char *s, const char *prefix) { in startswith() function
/third_party/mesa3d/src/freedreno/decode/
Dcrashdec.c203 startswith(const char *line, const char *start) in startswith() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp984 static bool startswith(StringRef Magic, const char (&S)[N]) { in startswith() function
/third_party/python/Lib/collections/
D__init__.py1533 def startswith(self, prefix, start=0, end=_sys.maxsize): member in UserString