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