Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dustring.h269 explicit UString(ArenaAllocator *allocator) : allocator_(allocator) {} in UString() function
270 explicit UString(const std::string &str, ArenaAllocator *allocator) : UString(allocator) in UString() function