Home
last modified time | relevance | path

Searched defs:sv (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dustring.h35 StringView(std::string_view sv) noexcept : sv_(sv) {} in StringView()
143 explicit Iterator(const StringView &sv) noexcept : sv_(sv.sv_), iter_(sv_.begin()) {} in Iterator()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp60 panda_file::ScalarValue sv = adae.GetScalarValue(); in GetMethodAnnoOffset() local
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp331 util::StringView sv = SourceView(GetToken().Start().index, Iterator().Index()); in ConvertNumber() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp3448 vixl::aarch64::Decoder::ScopedVisitors sv(decoder_, {&disasm}); in GetOutput() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument