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

/art/runtime/base/
H A Dmacros.h53 // DISALLOW_COPY_AND_ASSIGN disallows the copy and operator= functions. It goes in the private:
55 #if !defined(DISALLOW_COPY_AND_ASSIGN)
56 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ macro
68 DISALLOW_COPY_AND_ASSIGN(TypeName)

Completed in 65 milliseconds