Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalpointer.h214 LocalPointer(T *p, UErrorCode &errorCode) : LocalPointerBase<T>(p) { in LocalPointer() function
224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() function
238 explicit LocalPointer(std::unique_ptr<T> &&p) in LocalPointer() function
/third_party/icu/icu4c/source/common/unicode/
Dlocalpointer.h214 LocalPointer(T *p, UErrorCode &errorCode) : LocalPointerBase<T>(p) { in LocalPointer() function
224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() function
238 explicit LocalPointer(std::unique_ptr<T> &&p) in LocalPointer() function
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalpointer.h214 LocalPointer(T *p, UErrorCode &errorCode) : LocalPointerBase<T>(p) { in LocalPointer() function
224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() function
238 explicit LocalPointer(std::unique_ptr<T> &&p) in LocalPointer() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_usageprefs.h81 template class U_I18N_API LocalPointer<ComplexUnitsConverter>; variable
Dnumber_patternmodifier.h30 template class U_I18N_API LocalPointer<number::impl::AdoptingModifierStore>; variable
Dmeasunit_impl.h331 template class U_I18N_API LocalPointer<MeasureUnitImpl>; variable
Dnumber_decimfmtprops.h30 template class U_I18N_API LocalPointer<CurrencyPluralInfo>; variable
/third_party/icu/icu4c/source/i18n/
Dnumber_usageprefs.h81 template class U_I18N_API LocalPointer<ComplexUnitsConverter>; variable
Dnumber_patternmodifier.h30 template class U_I18N_API LocalPointer<number::impl::AdoptingModifierStore>; variable
Dmeasunit_impl.h331 template class U_I18N_API LocalPointer<MeasureUnitImpl>; variable
Dnumber_decimfmtprops.h30 template class U_I18N_API LocalPointer<CurrencyPluralInfo>; variable
/third_party/node/deps/icu-small/source/i18n/
Dnumber_usageprefs.h81 template class U_I18N_API LocalPointer<ComplexUnitsConverter>; variable
Dnumber_patternmodifier.h30 template class U_I18N_API LocalPointer<number::impl::AdoptingModifierStore>; variable
Dmeasunit_impl.h367 template class U_I18N_API LocalPointer<MeasureUnitImpl>; variable
Dnumber_decimfmtprops.h30 template class U_I18N_API LocalPointer<CurrencyPluralInfo>; variable
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dlocalpointer.h211 LocalPointer(T *p, UErrorCode &errorCode) : LocalPointerBase<T>(p) { in LocalPointer() function
221 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointer() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_patternmodifier.h27 template class U_I18N_API LocalPointer<number::impl::AdoptingModifierStore>; variable
Dnumber_decimfmtprops.h27 template class U_I18N_API LocalPointer<CurrencyPluralInfo>; variable