Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-utils.h156 #ifndef DISALLOW_IMPLICIT_CONSTRUCTORS
157 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ macro
304 DISALLOW_IMPLICIT_CONSTRUCTORS(StringBuilder);
Ddouble-conversion.h396 DISALLOW_IMPLICIT_CONSTRUCTORS(DoubleToStringConverter);
557 DISALLOW_IMPLICIT_CONSTRUCTORS(StringToDoubleConverter);
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h118 #if !defined(DISALLOW_IMPLICIT_CONSTRUCTORS)
119 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ macro
/third_party/cef/include/base/
Dcef_macros.h57 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \ macro
/third_party/icu/vendor/double-conversion/upstream/
DChangelog75 Renamed `DISALLOW_COPY_AND_ASSIGN` and `DISALLOW_IMPLICIT_CONSTRUCTORS`