Home
last modified time | relevance | path

Searched defs:DISALLOW_ASSIGN (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dmacros.h40 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete macro
/external/autotest/client/deps/glbench/src/
Dutils.h150 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete macro
/external/v8/src/base/
Dmacros.h109 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete; macro