Home
last modified time | relevance | path

Searched defs:StartsWith (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A 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/
H A Dstring_utils.h109 static bool StartsWith(const std::string &str, const std::string &start) in StartsWith() function in maple::StringUtils
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h227 EtsBoolean StartsWith(EtsString *prefix, EtsInt fromIndex) in StartsWith() function in ark::ets::EtsString
/arkcompiler/runtime_core/libpandabase/utils/
H A Dpandargs.h1017 static bool StartsWith(const std::string &haystack, const std::string &needle) in StartsWith() function in panda::PandArgParser
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dpandargs.h1030 static bool StartsWith(const std::string &haystack, const std::string &needle) in StartsWith() function in ark::PandArgParser
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1799 JSTaggedValue BuiltinsString::StartsWith(EcmaRuntimeCallInfo *argv) in StartsWith() function in BuiltinsString
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp2764 void BuiltinsStringStubBuilder::StartsWith(GateRef glue, GateRef thisValue, GateRef numArgs, in StartsWith() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h1984 static bool StartsWith(const std::string& haystack, const std::string& needle) in StartsWith() function in panda::ecmascript::JSRuntimeOptions

Completed in 19 milliseconds