Searched defs:dng_std_allocator (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_memory.h546 class dng_std_allocator class
553 dng_std_allocator () = default;
554 dng_std_allocator (const dng_std_allocator&) = default;
555 template<typename U> dng_std_allocator (const dng_std_allocator<U>&) {} argument
574 bool operator== (const dng_std_allocator<T> &a1,
575 const dng_std_allocator<T> &a2)
581 bool operator!= (const dng_std_allocator<T> &a1,
582 const dng_std_allocator<
[all...]

Completed in 189 milliseconds