Searched defs:StartsWith (Results 1 – 6 of 6) sorted by relevance
29 bool StartsWith; member38 #define OMP_ASSUME_CLAUSE(Identifier, StartsWith, HasDirectiveList, \ argument
19 StartsWith, enumerator
67 bool StartsWith(const std::string& str, const std::string& prefix) { in StartsWith() function
83 StringSwitch& StartsWith(StringLiteral S, T Value) { in StartsWith() function
74 constexpr bool StartsWith(const char (&prefix)[N], const char (&str)[M]) { in StartsWith() function
4927 struct StartsWith : StringHolder { struct4928 StartsWith( NSString* substr ) : StringHolder( substr ){} in StartsWith() function4930 bool match( NSString* str ) const override { in match()4935 std::string describe() const override { in describe()4962 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); } in StartsWith() function11640 …StdString::StartsWithMatcher StartsWith( std::string const& str, CaseSensitive::Choice caseSensiti… in StartsWith() function