Searched refs:TypeName (Results 1 – 1 of 1) sorted by relevance
68 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ argument69 TypeName(const TypeName&); \70 void operator=(const TypeName&)78 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ argument79 TypeName(); \80 DISALLOW_COPY_AND_ASSIGN(TypeName)