Home
last modified time | relevance | path

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

/external/libchrome/base/
Dmacros.h33 #if !defined(DISALLOW_COPY)
34 #define DISALLOW_COPY(TypeName) \ macro
46 DISALLOW_COPY(TypeName); \
/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/libchrome_tools/patch/
Dmacros.patch23 +#if !defined(DISALLOW_COPY)
24 #define DISALLOW_COPY(TypeName) \
36 DISALLOW_COPY(TypeName); \
/external/autotest/client/deps/glbench/src/
Dutils.h147 #define DISALLOW_COPY(TypeName) TypeName(const TypeName&) = delete macro
154 DISALLOW_COPY(TypeName); \