Home
last modified time | relevance | path

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

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