Home
last modified time | relevance | path

Searched defs:sv_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h34 StringView(std::string_view sv) noexcept : sv_(sv) {} in sv_() function in ark::es2panda::util::StringView
36 StringView(const char *str) noexcept : sv_(str == nullptr ? "" : str) {} in sv_() function in ark::es2panda::util::StringView
206 std::string_view sv_; global() member in ark::es2panda::util::StringView::Iterator
244 std::string_view sv_; global() member in ark::es2panda::util::StringView
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h35 StringView(const std::string_view &sv) noexcept : sv_(sv) {} in sv_() function in panda::es2panda::util::StringView
37 StringView(const char *str) noexcept : sv_(str) {} in sv_() function in panda::es2panda::util::StringView
221 std::string_view sv_; global() member in panda::es2panda::util::StringView::Iterator
264 std::string_view sv_; global() member in panda::es2panda::util::StringView
[all...]

Completed in 2 milliseconds