OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DISALLOW_ASSIGN
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/
macros.h
27
#if !defined(
DISALLOW_ASSIGN
)
28
#define
DISALLOW_ASSIGN
(TypeName) \
/system/extras/perfprofd/quipper/base/
macros.h
23
#define
DISALLOW_ASSIGN
(TypeName) \
/external/v8/src/base/
macros.h
107
#define
DISALLOW_ASSIGN
(TypeName) void operator=(const TypeName&)
Completed in 202 milliseconds