Searched refs:TypeName (Results 1 – 1 of 1) sorted by relevance
21 #define BIONIC_DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument22 TypeName(const TypeName&) = delete; \23 void operator=(const TypeName&) = delete25 #define BIONIC_DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument26 TypeName() = delete; \27 BIONIC_DISALLOW_COPY_AND_ASSIGN(TypeName)