/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | memorypool.c | 50 struct MemoryPool struct 56 char *memory; 61 size_t size; 86 struct MemoryPool * argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_complexconverter.h | 28 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
|
D | units_data.h | 56 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable 149 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable 152 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
|
D | number_longnames.h | 98 friend class MemoryPool<LongNameHandler>; variable 213 friend class MemoryPool<MixedUnitLongNameHandler>; variable
|
D | measunit_impl.h | 179 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable 319 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>; variable
|
D | units_router.h | 87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
|
D | numparse_affixes.h | 57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | units_complexconverter.h | 28 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
|
D | units_data.h | 56 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable 149 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable 152 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
|
D | number_longnames.h | 98 friend class MemoryPool<LongNameHandler>; variable 213 friend class MemoryPool<MixedUnitLongNameHandler>; variable
|
D | measunit_impl.h | 179 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable 319 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>; variable
|
D | units_router.h | 87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
|
D | numparse_affixes.h | 57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | units_complexconverter.h | 28 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
|
D | units_data.h | 56 template class U_I18N_API MemoryPool<units::ConversionRateInfo, 8>; variable 149 template class U_I18N_API MemoryPool<units::UnitPreferenceMetadata, 8>; variable 152 template class U_I18N_API MemoryPool<units::UnitPreference, 8>; variable
|
D | number_longnames.h | 98 friend class MemoryPool<LongNameHandler>; variable 213 friend class MemoryPool<MixedUnitLongNameHandler>; variable
|
D | measunit_impl.h | 206 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>; variable 355 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>; variable
|
D | units_router.h | 87 template class U_I18N_API MemoryPool<units::ConverterPreference, 8>; variable
|
D | numparse_affixes.h | 57 template class U_I18N_API MemoryPool<numparse::impl::CodePointMatcher, 8>; variable
|
/third_party/skia/src/sksl/ |
D | SkSLMemoryPool.h | 20 using MemoryPool = ::GrMemoryPool; variable
|
D | SkSLThreadContext.h | 92 static std::unique_ptr<Pool>& MemoryPool() { return Instance().fPool; } in MemoryPool() function
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_memorypool.cpp | 63 MemoryPool::MemoryPool() noexcept : impl(nullptr) in MemoryPool() function in r600::MemoryPool
|
/third_party/node/deps/icu-small/source/common/ |
D | cmemory.h | 760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function 771 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function
|
/third_party/icu/icu4c/source/common/ |
D | cmemory.h | 760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function 771 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | cmemory.h | 760 MemoryPool() : fCount(0), fPool() {} in MemoryPool() function 771 MemoryPool(MemoryPool&& other) U_NOEXCEPT : fCount(other.fCount), in MemoryPool() function
|