Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h247 class UString { class
250 explicit UString(ArenaAllocator *allocator) : allocator_(allocator) {} in UString() function in ark::es2panda::util::UString
251 explicit UString(const std::string &str, ArenaAllocator *allocator) : UString(allocator) in UString() function in ark::es2panda::util::UString
257 explicit UString(const std::string_view &str, ArenaAllocator *allocator) : UString(allocator) in UString() function in ark::es2panda::util::UString
263 explicit UString(const util::StringView &str, ArenaAllocator *allocator) : UString(str.Utf8(), allocator) {} in UString() function in ark::es2panda::util::UString
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h267 class UString { class
270 explicit UString(ArenaAllocator *allocator) : allocator_(allocator) {} in UString() function in panda::es2panda::util::UString
271 explicit UString(const std::string &str, ArenaAllocator *allocator) : UString(allocator) in UString() function in panda::es2panda::util::UString

Completed in 3 milliseconds