Home
last modified time | relevance | path

Searched refs:TYPES (Results 1 – 25 of 58) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/sem/
Dstatement.h44 template <typename... TYPES>
58 template <typename... TYPES>
60 typename FindFirstParentReturn<TYPES...>::type;
94 template <typename... TYPES>
95 const detail::FindFirstParentReturnType<TYPES...>* FindFirstParent() const;
155 template <typename... TYPES>
156 const detail::FindFirstParentReturnType<TYPES...>* Statement::FindFirstParent()
158 using ReturnType = detail::FindFirstParentReturnType<TYPES...>;
159 if (sizeof...(TYPES) == 1) {
171 if (IsAnyOf<TYPES...>()) {
[all …]
/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
23 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES)
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
23 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES)
26 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LIN… 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
74 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES)
79 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_RATIO_NAME(__boost_ratio_test_… 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
35 BOOST_MPL_ASSERT_MSG(boost::mpl::bool_< (CND) >::type::value, MSG, TYPES)
40 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_EX_COMMON_TYPE_NAME(_… argument
/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
46 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
56 return token in TYPES or token in TYPE_MODIFIERS
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dopenssh-cert.js36 var TYPES = { variable
40 Object.keys(TYPES).forEach(function (k) { TYPES[TYPES[k]] = k; });
101 var type = TYPES[sshbuf.readInt()];
260 type = TYPES[type];
271 if (type === TYPES.host)
273 else if (type === TYPES.user)
/third_party/grpc/third_party/upb/upb/
Ddecode_fast.h57 #define TYPES(card, tagbytes) \ macro
67 TYPES(card, 1) \
68 TYPES(card, 2)
76 #undef TYPES
Ddecode_fast.c481 #define TYPES(card, tagbytes) \ macro
489 TYPES(card, 1) \
490 TYPES(card, 2)
504 #undef TYPES in TAGBYTES()
628 #define TYPES(card, tagbytes) \ macro
633 TYPES(card, 1) \
634 TYPES(card, 2)
642 #undef TYPES
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/
Drules.js29 var TYPES = [ 'number', 'integer', 'string', 'array', 'object', 'boolean', 'null' ];
31 RULES.types = toHash(TYPES);
/third_party/mbedtls/tests/
Dcompat.sh72 TYPES="ECDSA RSA PSK"
95 printf " -t|--types\tWhich key exchange type to perform (Default: '%s')\n" "$TYPES"
116 shift; TYPES=$1
145 TYPES="$( echo $TYPES | tr [a-z] [A-Z] )"
1067 for TYPE in $TYPES; do
/third_party/openssl/crypto/perlasm/
Dppc-xlate.pl14 my %TYPES;
23 $TYPES{$name} = $type;
35 my $type = \$TYPES{$name};
322 if ($TYPES{$label} =~ /function/) {
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h549 template <typename... TYPES>
550 class Converter<std::variant<TYPES...>> {
554 std::variant<TYPES...>& out) { in TryFromJS()
567 std::variant<TYPES...>& out) { in TryFromJS()
575 static inline Result FromJS(Napi::Env env, Napi::Value value, std::variant<TYPES...>& out) { in FromJS()
576 return TryFromJS<TYPES...>(env, value, out); in FromJS()
578 static inline Napi::Value ToJS(Napi::Env env, std::variant<TYPES...> value) { in ToJS()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dget_next_info.cc144 auto iter = attrs_.find(TYPES); in GetAttrTypes()
210 Attr attr_types = std::make_pair(TYPES, attrs_[TYPES]); in InferReplaceOps()
/third_party/typescript/tests/cases/compiler/
DconstructorWithIncompleteTypeAnnotation.ts37 retValue = bfs.TYPES();
/third_party/typescript/tests/baselines/reference/
DconstructorWithIncompleteTypeAnnotation.js35 retValue = bfs.TYPES();
444 BasicFeatures.prototype.TYPES = function () { method in BasicFeatures
DconstructorWithIncompleteTypeAnnotation.types91 retValue = bfs.TYPES();
93 >bfs.TYPES() : any
94 >bfs.TYPES : any
96 >TYPES : any
509 public TYPES(): number {
510 >TYPES : () => number
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDebugUtilities.java27 return DebugUtilitiesData.TYPES.length; in typeCount()
DDebugUtilitiesData.java24 public static final String [] TYPES = { field in DebugUtilitiesData
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDebugUtilities.java23 return DebugUtilitiesData.TYPES.length; in typeCount()
DDebugUtilitiesData.java20 public static final String [] TYPES = { field in DebugUtilitiesData
/third_party/selinux/checkpolicy/
Dpolicy_scan.l95 TYPES |
96 types { return(TYPES); }
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp89 enum TYPES enum in gl4cts::GLSL420Pack::Utils
294 …void uniform(const glw::GLchar* uniform_name, TYPES type, glw::GLuint n_columns, glw::GLuint n_row…
436 static bool doesTypeSupportMatrix(TYPES type);
438 static const glw::GLchar* getTypeName(TYPES type, glw::GLuint n_columns, glw::GLuint n_rows);
963 Utils::TYPES m_t1;
964 Utils::TYPES m_t2;
2636 Utils::TYPES m_type;
2647 std::string getVectorInitializer(Utils::TYPES type, glw::GLuint n_rows);
Dgl4cEnhancedLayoutsTests.hpp52 enum TYPES enum
79 static bool DoesTypeSupportMatrix(TYPES type);
83 static Type GetType(TYPES basic_type, glw::GLuint n_columns, glw::GLuint n_rows);
85 static glw::GLuint GetTypeSize(TYPES type);
88 static glw::GLenum GetTypeGLenum(TYPES type);
90 static bool CanTypesShareLocation(TYPES first, TYPES second);
93 TYPES m_basic_type;
854 enum TYPES enum in gl4cts::EnhancedLayouts::Utils::Texture
872 …void Init(TYPES tex_type, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum in…
885 static void Bind(const glw::Functions& gl, glw::GLuint id, TYPES tex_type);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DX86DisassemblerDecoderCommon.h404 #define TYPES \ macro
442 TYPES enumerator

123