Home
last modified time | relevance | path

Searched defs:StartsWith (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Druntime_controller.cpp35 static bool StartsWith(std::string_view s, std::string_view prefix) in StartsWith() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dstring_utils.h87 static bool StartsWith(const std::string &str, const std::string &start) in StartsWith() function
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h1017 static bool StartsWith(const std::string &haystack, const std::string &needle) in StartsWith() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dpandargs.h1030 static bool StartsWith(const std::string &haystack, const std::string &needle) in StartsWith() function
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h1953 static bool StartsWith(const std::string& haystack, const std::string& needle) in StartsWith() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1796 JSTaggedValue BuiltinsString::StartsWith(EcmaRuntimeCallInfo *argv) in StartsWith() function in panda::ecmascript::builtins::BuiltinsString
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2669 void BuiltinsStringStubBuilder::StartsWith(GateRef glue, GateRef thisValue, GateRef numArgs, in StartsWith() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder