Home
last modified time | relevance | path

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

/bionic/libc/platform/bionic/
Dmacros.h21 #define BIONIC_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument
22 TypeName(const TypeName&) = delete; \
23 void operator=(const TypeName&) = delete
25 #define BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument
26 TypeName() = delete; \
27 BIONIC_DISALLOW_COPY_AND_ASSIGN(TypeName)