Home
last modified time | relevance | path

Searched defs:startsWith (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DStringView.h96 bool startsWith(char C) const { return !empty() && *begin() == C; } in startsWith() function
98 bool startsWith(StringView Str) const { in startsWith() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dstring.d263 bool startsWith(scope const(char)* p, scope const(char)[] needle) in startsWith() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.h86 template <typename... Ts> bool startsWith(Ts... Tokens) const { in startsWith() function