Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h265 explicit UString(ArenaAllocator *allocator) : allocator_(allocator) {} in UString() function
266 explicit UString(const std::string &str, ArenaAllocator *allocator) : UString(allocator) in UString() function
272 explicit UString(const std::string_view &str, ArenaAllocator *allocator) : UString(allocator) in UString() function
278 …explicit UString(const util::StringView &str, ArenaAllocator *allocator) : UString(str.Utf8(), all… in UString() function
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h270 explicit UString(ArenaAllocator *allocator) : allocator_(allocator) {} in UString() function
271 explicit UString(const std::string &str, ArenaAllocator *allocator) : UString(allocator) in UString() function