Home
last modified time | relevance | path

Searched refs:needle (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dpandargs.h1017 static bool StartsWith(const std::string &haystack, const std::string &needle) in StartsWith() argument
1019 return std::equal(needle.begin(), needle.end(), haystack.begin()); in StartsWith()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dpandargs.h1030 static bool StartsWith(const std::string &haystack, const std::string &needle) in StartsWith() argument
1032 return std::equal(needle.begin(), needle.end(), haystack.begin()); in StartsWith()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h1984 static bool StartsWith(const std::string& haystack, const std::string& needle) in StartsWith() argument
1986 return std::equal(needle.begin(), needle.end(), haystack.begin()); in StartsWith()

Completed in 8 milliseconds