Searched defs:LocalMemory (Results 1 – 8 of 8) sorted by relevance
24 template class U_I18N_API LocalMemory<int32_t>; variable
27 template class U_I18N_API LocalMemory<int32_t>; variable
148 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory() function
200 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory() function