Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_memory_wrappers.h24 struct FxAllocAllocator { struct
39 using other = FxAllocAllocator<U>; argument
47 FxAllocAllocator(const FxAllocAllocator<U>& other) noexcept {} in FxAllocAllocator() function
70 bool operator==(const FxAllocAllocator& that) { return true; } argument
Dfx_memory_wrappers_unittest.cpp22 TEST(fxcrt, FxAllocAllocator) { in TEST() argument