Home
last modified time | relevance | path

Searched refs:DISALLOW_COPY (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/support/
Dtest_memory_resource.hpp102 DISALLOW_COPY(TestResourceImp);
121 DISALLOW_COPY(NullProvider);
130 DISALLOW_COPY(NewDeleteProvider);
161 DISALLOW_COPY(BufferProvider);
Dcontrolled_allocators.hpp51 #define DISALLOW_COPY(Type) \ macro
216 DISALLOW_COPY(AllocController);
/external/libchrome/base/
Dmacros.h21 #if !defined(DISALLOW_COPY)
22 #define DISALLOW_COPY(TypeName) \ macro