Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc405 struct CustomAlloc : std::allocator<T> { struct
406 CustomAlloc() {} in CustomAlloc() argument
409 CustomAlloc(const CustomAlloc<U>& other) {} in CustomAlloc() function
411 template<class U> struct rebind {