Searched defs:UString (Results 1 – 1 of 1) sorted by relevance
253 explicit UString(ArenaAllocator *allocator) : allocator_(allocator) {} in UString() function254 explicit UString(const std::string &str, ArenaAllocator *allocator) : UString(allocator) in UString() function