Home
last modified time | relevance | path

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

/external/emboss/runtime/cpp/test/
Demboss_memory_util_test.cc194 struct NonstandardAllocator { struct
195 using value_type =
197 using pointer =
199 using const_pointer =
201 using reference = typename ::std::allocator<T>::value_type &;
202 using const_reference =
204 using size_type =
206 using difference_type =
210 struct rebind {
218 NonstandardAllocator(const NonstandardAllocator<U> &) {} // NOLINT in NonstandardAllocator() argument
[all …]