/external/icu/libicu/cts_headers/ |
D | units_complexconverter.h | 28 template class U_I18N_API MemoryPool<units::UnitConverter, 8>; variable 31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable 34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
|
D | units_data.h | 72 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable 165 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable 168 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
|
D | number_longnames.h | 94 friend class MemoryPool<LongNameHandler>; variable 188 friend class MemoryPool<MixedUnitLongNameHandler>; variable
|
D | units_router.h | 87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
|
D | measunit_impl.h | 128 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
|
D | numparse_affixes.h | 57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
|
D | cmemory.h | 711 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function 722 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function
|
/external/icu/icu4c/source/i18n/ |
D | units_complexconverter.h | 28 template class U_I18N_API MemoryPool<units::UnitConverter, 8>; variable 31 template class U_I18N_API MemoryPool<MeasureUnitImpl, 8>; variable 34 template class U_I18N_API MemoryPool<MeasureUnit, 8>; variable
|
D | units_data.h | 72 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable 165 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable 168 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
|
D | number_longnames.h | 94 friend class MemoryPool<LongNameHandler>; variable 188 friend class MemoryPool<MixedUnitLongNameHandler>; variable
|
D | units_router.h | 87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
|
D | measunit_impl.h | 128 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable
|
D | numparse_affixes.h | 57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
|
/external/google-fruit/include/fruit/impl/data_structures/ |
D | memory_pool.defn.h | 29 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/ |
D | SkSLMemoryPool.h | 20 using MemoryPool = ::GrMemoryPool; variable
|
/external/icu/icu4c/source/common/ |
D | cmemory.h | 711 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function 722 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function
|
/external/ImageMagick/MagickCore/ |
D | memory.c | 195 } MemoryPool; typedef
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.h | 623 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool() function
|