Home
last modified time | relevance | path

Searched defs:LocalPointerBase (Results 1 - 21 of 21) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Derarules.h26 template class U_I18N_API LocalPointerBase<int32_t>; variable
H A Dnumber_usageprefs.h80 template class U_I18N_API LocalPointerBase<ComplexUnitsConverter>; variable
H A Dnumber_patternmodifier.h29 template class U_I18N_API LocalPointerBase<number::impl::AdoptingModifierStore>; variable
H A Dmeasunit_impl.h366 template class U_I18N_API LocalPointerBase<MeasureUnitImpl>; variable
H A Dnumber_decimfmtprops.h29 template class U_I18N_API LocalPointerBase<CurrencyPluralInfo>; variable
/third_party/node/deps/icu-small/source/i18n/
H A Derarules.h26 template class U_I18N_API LocalPointerBase<int32_t>; variable
H A Dnumber_usageprefs.h80 template class U_I18N_API LocalPointerBase<ComplexUnitsConverter>; variable
H A Dnumber_patternmodifier.h29 template class U_I18N_API LocalPointerBase<number::impl::AdoptingModifierStore>; variable
H A Dmeasunit_impl.h366 template class U_I18N_API LocalPointerBase<MeasureUnitImpl>; variable
H A Dnumber_decimfmtprops.h29 template class U_I18N_API LocalPointerBase<CurrencyPluralInfo>; variable
/third_party/skia/third_party/externals/icu/source/i18n/
H A Derarules.h26 template class U_I18N_API LocalPointerBase<int32_t>; variable
H A Dnumber_usageprefs.h80 template class U_I18N_API LocalPointerBase<ComplexUnitsConverter>; variable
H A Dnumber_patternmodifier.h29 template class U_I18N_API LocalPointerBase<number::impl::AdoptingModifierStore>; variable
H A Dmeasunit_impl.h330 template class U_I18N_API LocalPointerBase<MeasureUnitImpl>; variable
H A Dnumber_decimfmtprops.h29 template class U_I18N_API LocalPointerBase<CurrencyPluralInfo>; variable
/third_party/icu/icu4c/source/common/unicode/
H A Dlocalpointer.h68 class LocalPointerBase { class
82 explicit LocalPointerBase(T *p=NULL) : ptr(p) {} in LocalPointerBase() function in LocalPointerBase
224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { LocalPointerBase() function in LocalPointer
399 LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { LocalPointerBase() function in LocalArray
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dlocalpointer.h68 class LocalPointerBase { class
82 explicit LocalPointerBase(T *p=nullptr) : ptr(p) {} in LocalPointerBase() function in LocalPointerBase
224 LocalPointer(LocalPointer<T> &&src) noexcept : LocalPointerBase<T>(src.ptr) { LocalPointerBase() function in LocalPointer
399 LocalArray(LocalArray<T> &&src) noexcept : LocalPointerBase<T>(src.ptr) { LocalPointerBase() function in LocalArray
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocalpointer.h68 class LocalPointerBase { class
82 explicit LocalPointerBase(T *p=NULL) : ptr(p) {} in LocalPointerBase() function in LocalPointerBase
224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { LocalPointerBase() function in LocalPointer
399 LocalArray(LocalArray<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { LocalPointerBase() function in LocalArray
[all...]
/third_party/icu/icu4c/source/common/
H A Dcmemory.h200 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointerBase() function in LocalMemory
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dcmemory.h200 LocalMemory(LocalMemory<T> &&src) noexcept : LocalPointerBase<T>(src.ptr) { in LocalPointerBase() function in LocalMemory
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h200 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointerBase() function in LocalMemory
[all...]

Completed in 63 milliseconds