Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Dustring.h278 explicit UString(ArenaAllocator *allocator) : allocator_(allocator) {} in UString() function
279 explicit UString(const std::string &str, ArenaAllocator *allocator) : UString(allocator) in UString() function
285 explicit UString(const std::string_view &str, ArenaAllocator *allocator) : UString(allocator) in UString() function
291 …explicit UString(const util::StringView &str, ArenaAllocator *allocator) : UString(str.Utf8(), all… in UString() function
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h276 explicit UString(ArenaAllocator *allocator) : allocator_(allocator) {} in UString() function
277 explicit UString(const std::string &str, ArenaAllocator *allocator) : UString(allocator) in UString() function