Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:StartsWith
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
runtime_controller.cpp
35
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
D
string_utils.h
109
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
D
ets_string.h
227
EtsBoolean
StartsWith
(EtsString *prefix, EtsInt fromIndex)
in StartsWith()
function in ark::ets::EtsString
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
pandargs.h
1017
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
D
pandargs.h
1030
static bool
StartsWith
(const std::string &haystack, const std::string &needle)
in StartsWith()
function in ark::PandArgParser
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_string.cpp
1799
JSTaggedValue BuiltinsString::
StartsWith
(EcmaRuntimeCallInfo *argv)
in StartsWith()
function in BuiltinsString
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H
A
D
builtins_string_stub_builder.cpp
2764
void BuiltinsStringStubBuilder::
StartsWith
(GateRef glue, GateRef thisValue, GateRef numArgs,
in StartsWith()
function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_runtime_options.h
1984
static bool
StartsWith
(const std::string& haystack, const std::string& needle)
in StartsWith()
function in panda::ecmascript::JSRuntimeOptions
Completed in 19 milliseconds