Home
last modified time | relevance | path

Searched defs:TYPES (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/libs/ratio/example/
Dstatic_assert.hpp15 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument
18 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument
22 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument
26 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__… argument
/third_party/boost/boost/chrono/detail/
Dstatic_assert.hpp15 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument
18 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument
22 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument
26 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LIN… argument
/third_party/boost/libs/ratio/example/type_traits/
Dcommon_type.hpp27 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument
30 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument
34 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) \ argument
40 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_EX_COMMON_TYPE_NAME(_… argument
/third_party/boost/boost/ratio/
Dconfig.hpp66 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument
69 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument
73 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) \ argument
79 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_RATIO_NAME(__boost_ratio_test_… argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDebugUtilitiesData.java24 public static final String [] TYPES = { field in DebugUtilitiesData
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilitiesData.java20 public static final String [] TYPES = { field in DebugUtilitiesData
/third_party/googletest/googlemock/scripts/generator/cpp/
Dkeywords.py33 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split()) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h404 #define TYPES \ macro
442 TYPES enumerator
/third_party/typescript/tests/cases/compiler/
DconstructorWithIncompleteTypeAnnotation.ts158 public TYPES(): number { method in Program
/third_party/grpc/third_party/upb/upb/
Ddecode_fast.h57 #define TYPES(card, tagbytes) \ macro
Ddecode_fast.c481 #define TYPES(card, tagbytes) \ macro
628 #define TYPES(card, tagbytes) \ macro
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dopenssh-cert.js36 var TYPES = { variable
/third_party/typescript/tests/baselines/reference/
DconstructorWithIncompleteTypeAnnotation.js444 BasicFeatures.prototype.TYPES = function () { method in BasicFeatures
/third_party/python/Lib/test/
Dtest_optparse.py466 TYPES = Option.TYPES + ('duration',) variable in DurationOption
1038 TYPES = Option.TYPES + ("file",) variable in TestExtendAddTypes.MyOption
/third_party/python/Lib/
Doptparse.py525 TYPES = ("string", "int", "long", "float", "complex", "choice") variable in Option
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h195 constexpr char TYPES[] = "types"; variable
/third_party/node/deps/icu-small/source/i18n/
Ddtfmtsym.cpp1289 static const UTimeZoneNameType TYPES[] = { in initZoneStringsArray() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp1285 static const UTimeZoneNameType TYPES[] = { in initZoneStringsArray() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp1282 static const UTimeZoneNameType TYPES[] = { in initZoneStringsArray() local
/third_party/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1285 static const UTimeZoneNameType TYPES[] = { in initZoneStringsArray() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp52 enum TYPES enum
854 enum TYPES enum in gl4cts::EnhancedLayouts::Utils::Texture
Dgl4cShadingLanguage420PackTests.hpp89 enum TYPES enum in gl4cts::GLSL420Pack::Utils