Home
last modified time | relevance | path

Searched refs:DISALLOW_IMPLICIT_CONSTRUCTORS (Results 1 – 17 of 17) sorted by relevance

/external/openscreen/platform/base/
Dmacros.h29 #ifdef DISALLOW_IMPLICIT_CONSTRUCTORS
30 #define OSP_DISALLOW_IMPLICIT_CONSTRUCTORS DISALLOW_IMPLICIT_CONSTRUCTORS
/external/libchrome/base/
Dmacros.h53 #if !defined(DISALLOW_IMPLICIT_CONSTRUCTORS)
54 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ macro
/external/libchrome/base/json/
Djson_file_value_serializer.h45 DISALLOW_IMPLICIT_CONSTRUCTORS(JSONFileValueSerializer);
99 DISALLOW_IMPLICIT_CONSTRUCTORS(JSONFileValueDeserializer);
/external/libchrome/base/memory/
Dprotected_memory.h139 DISALLOW_IMPLICIT_CONSTRUCTORS(Initializer);
264 DISALLOW_IMPLICIT_CONSTRUCTORS(AutoWritableMemory);
Dprotected_memory_cfi.h49 DISALLOW_IMPLICIT_CONSTRUCTORS(UnsanitizedCfiCall);
Dweak_ptr.h327 DISALLOW_IMPLICIT_CONSTRUCTORS(WeakPtrFactory);
Dshared_memory_unittest.cc658 DISALLOW_IMPLICIT_CONSTRUCTORS(ScopedUmaskSetter);
/external/libchrome/libchrome_tools/patch/
Dmacros.patch43 +#if !defined(DISALLOW_IMPLICIT_CONSTRUCTORS)
44 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher.h58 DISALLOW_IMPLICIT_CONSTRUCTORS(NativeLibraryPrefetcher);
/external/libchrome/base/test/
Dtest_timeouts.h58 DISALLOW_IMPLICIT_CONSTRUCTORS(TestTimeouts);
/external/libchrome/base/time/
Dtime_override.h41 DISALLOW_IMPLICIT_CONSTRUCTORS(ScopedTimeClockOverrides);
/external/libchrome/crypto/
Dopenssl_util.h86 DISALLOW_IMPLICIT_CONSTRUCTORS(OpenSSLErrStackTracer);
/external/libchrome/base/profiler/
Dwin32_stack_frame_unwinder.h40 DISALLOW_IMPLICIT_CONSTRUCTORS(ModuleHandleTraits);
/external/libchrome/mojo/public/cpp/bindings/
Dsync_call_restrictions.h143 DISALLOW_IMPLICIT_CONSTRUCTORS(SyncCallRestrictions);
/external/libchrome/base/threading/
Dplatform_thread.h235 DISALLOW_IMPLICIT_CONSTRUCTORS(PlatformThread);
Dthread_restrictions.h531 DISALLOW_IMPLICIT_CONSTRUCTORS(ThreadRestrictions);
/external/libchrome/libchrome_tools/patches/
Dlibchrome-Update-crypto.patch165 DISALLOW_IMPLICIT_CONSTRUCTORS(OpenSSLErrStackTracer);