Home
last modified time | relevance | path

Searched defs:MemoryPool (Results 1 – 25 of 25) sorted by relevance

/external/icu/icu4c/source/i18n/
Dunits_complexconverter.h28 template class U_I18N_API MemoryPool<units::UnitsConverter, 8>; variable
31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable
34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
Dunits_data.h58 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable
158 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable
161 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
Dnumber_longnames.h98 friend class MemoryPool<LongNameHandler>; variable
213 friend class MemoryPool<MixedUnitLongNameHandler>; variable
Dmeasunit_impl.h204 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
353 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>; variable
Dunits_router.h86 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
Dnumparse_affixes.h56 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
/external/cronet/third_party/icu/source/i18n/
Dunits_complexconverter.h28 template class U_I18N_API MemoryPool<units::UnitsConverter, 8>; variable
31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable
34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
Dunits_data.h56 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable
156 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable
159 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
Dnumber_longnames.h98 friend class MemoryPool<LongNameHandler>; variable
213 friend class MemoryPool<MixedUnitLongNameHandler>; variable
Dmeasunit_impl.h206 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
355 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>; variable
Dunits_router.h86 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
Dnumparse_affixes.h57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
/external/icu/libicu/cts_headers/
Dunits_complexconverter.h28 template class U_I18N_API MemoryPool<units::UnitsConverter, 8>; variable
31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable
34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
Dunits_data.h58 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable
158 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable
161 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
Dnumber_longnames.h98 friend class MemoryPool<LongNameHandler>; variable
213 friend class MemoryPool<MixedUnitLongNameHandler>; variable
Dmeasunit_impl.h204 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
353 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>; variable
Dunits_router.h86 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
Dnumparse_affixes.h56 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
Dcmemory.h760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
771 MemoryPool(MemoryPool&& other) noexcept : fCount(other.fCount), in MemoryPool() function
/external/google-fruit/include/fruit/impl/data_structures/
Dmemory_pool.defn.h29 inline MemoryPool::MemoryPool() : first_free(nullptr), capacity(0) {} in MemoryPool() function
31 inline MemoryPool::MemoryPool(MemoryPool&& other) noexcept in MemoryPool() function
/external/skia/src/sksl/
DSkSLPool.h16 class MemoryPool; variable
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_memorypool.cpp63 MemoryPool::MemoryPool() noexcept: in MemoryPool() function in r600::MemoryPool
/external/icu/icu4c/source/common/
Dcmemory.h760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
771 MemoryPool(MemoryPool&& other) noexcept : fCount(other.fCount), in MemoryPool() function
/external/cronet/third_party/icu/source/common/
Dcmemory.h760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function
771 MemoryPool(MemoryPool&& other) noexcept : fCount(other.fCount), in MemoryPool() function
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.h625 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool() function