Home
last modified time | relevance | path

Searched refs:DISALLOW_ASSIGN (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dmacros.h39 #if !defined(DISALLOW_ASSIGN)
40 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete macro
47 DISALLOW_ASSIGN(TypeName)
/external/openscreen/platform/base/
Dmacros.h14 #ifdef DISALLOW_ASSIGN
15 #define OSP_DISALLOW_ASSIGN DISALLOW_ASSIGN
/external/libchrome/base/containers/
Dadapters.h35 DISALLOW_ASSIGN(ReversedAdapter);
52 DISALLOW_ASSIGN(ReversedAdapter);
/external/libchrome/libchrome_tools/patch/
Dmacros.patch29 +#if !defined(DISALLOW_ASSIGN)
30 #define DISALLOW_ASSIGN(TypeName) TypeName& operator=(const TypeName&) = delete
37 DISALLOW_ASSIGN(TypeName)
/external/libchrome/ui/gfx/geometry/
Dcubic_bezier.h91 DISALLOW_ASSIGN(CubicBezier);
/external/libchrome/base/profiler/
Dstack_sampling_profiler.h193 DISALLOW_ASSIGN(CallStackProfile);