/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | dll_main.cpp | 112 template class _STLP_CLASS_DECLSPEC allocator<_STLP_PRIV _Slist_node_base*>; variable 135 template class _STLP_CLASS_DECLSPEC allocator<locale::facet*>; variable 156 template class _STLP_CLASS_DECLSPEC allocator<void*>; variable 159 template class _STLP_CLASS_DECLSPEC allocator<_VoidPtr_Node>; variable
|
H A D | string.cpp | 33 template class _STLP_CLASS_DECLSPEC allocator<char>; variable 63 template class _STLP_CLASS_DECLSPEC allocator<wchar_t>; variable
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | mvctor_declaration_test.cpp | 79 class allocator<specially_allocated_struct> { class 97 allocator() _STLP_NOTHROW {} in allocator() function in std::allocator 99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator() function in std::allocator 101 allocator(const allocator&) _STLP_NOTHROW {} in allocator() argument
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | altcp.h | 164 #define altcp_new(allocator) tcp_new() argument 165 #define altcp_new_ip6(allocator) tcp_new_ip6() argument 166 #define altcp_new_ip_type(allocator, ip_type) tcp_new_ip_type(ip_type) argument
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _alloc.h | 289 allocator() _STLP_NOTHROW {} in allocator() function 291 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {} in allocator() function 293 allocator(const allocator<_Tp>&) _STLP_NOTHROW {} in allocator() function 295 allocator(__move_source<allocator<_Tp> > src) _STLP_NOTHROW {} in allocator() function
|
H A D | char_traits.h | 53 template <class _Tp> class allocator; variable
|
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_ddict.c | 172 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict() local 182 ZSTD_customMem const allocator = { NULL, NULL, NULL }; in ZSTD_createDDict_byReference() local
|
/reactos/drivers/network/tcpip/lwip/src/core/ |
H A D | altcp.c | 164 altcp_new_ip6(altcp_allocator_t *allocator) in altcp_new_ip6() 174 altcp_new(altcp_allocator_t *allocator) in altcp_new() 189 altcp_new_ip_type(altcp_allocator_t *allocator, u8_t ip_type) in altcp_new_ip_type()
|
/reactos/dll/directx/wine/qedit/ |
H A D | samplegrabber.c | 225 IMemAllocator *allocator; member 714 SampleGrabber_IMemInputPin_GetAllocator(IMemInputPin *iface, IMemAllocator **allocator) in SampleGrabber_IMemInputPin_GetAllocator() 729 SampleGrabber_IMemInputPin_NotifyAllocator(IMemInputPin *iface, IMemAllocator *allocator, BOOL read… in SampleGrabber_IMemInputPin_NotifyAllocator()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | propvariant.c | 528 PMemoryAllocator allocator; in test_propertytovariant() local
|
/reactos/sdk/lib/3rdparty/strmbase/ |
H A D | pin.c | 1162 … LPCRITICAL_SECTION pCritSec, IMemAllocator *allocator, BaseInputPin * pPinImpl) in InputPin_Init() 1191 LPCRITICAL_SECTION pCritSec, IMemAllocator *allocator, IPin ** ppPin) in BaseInputPin_Construct()
|
/reactos/dll/directx/wine/qcap/ |
H A D | smartteefilter.c | 324 static HRESULT copy_sample(IMediaSample *inputSample, IMemAllocator *allocator, IMediaSample **pOut… in copy_sample()
|
/reactos/dll/directx/wine/quartz/ |
H A D | vmr9.c | 64 IVMRSurfaceAllocatorEx9 *allocator; member
|