Searched defs:DISALLOW_ASSIGN (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/ | ||
D | macros.h | 28 #define DISALLOW_ASSIGN(TypeName) \ macro |
/external/v8/src/base/ | ||
D | macros.h | 107 #define DISALLOW_ASSIGN(TypeName) void operator=(const TypeName&) macro |