Searched defs:DISALLOW_COPY_AND_ASSIGN (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DUtils.h26 // DISALLOW_COPY_AND_ASSIGN disallows the copy and operator= functions. It goes in the private:
28 #if !defined(DISALLOW_COPY_AND_ASSIGN)
29 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ macro
/system/core/base/include/base/
H A Dmacros.h48 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ macro
52 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ macro
65 DISALLOW_COPY_AND_ASSIGN(TypeName)
/system/extras/perfprofd/quipper/base/
H A Dmacros.h28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ macro
37 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
47 DISALLOW_COPY_AND_ASSIGN(TypeName)

Completed in 188 milliseconds