Searched refs:IsTypeSupported (Results 1 – 7 of 7) sorted by relevance
25 EXPECT_TRUE(IsTypeSupported<bool>::value); in TEST()26 EXPECT_TRUE(IsTypeSupported<uint8_t>::value); in TEST()27 EXPECT_TRUE(IsTypeSupported<int16_t>::value); in TEST()28 EXPECT_TRUE(IsTypeSupported<uint16_t>::value); in TEST()29 EXPECT_TRUE(IsTypeSupported<int32_t>::value); in TEST()30 EXPECT_TRUE(IsTypeSupported<uint32_t>::value); in TEST()31 EXPECT_TRUE(IsTypeSupported<int64_t>::value); in TEST()32 EXPECT_TRUE(IsTypeSupported<uint64_t>::value); in TEST()33 EXPECT_TRUE(IsTypeSupported<double>::value); in TEST()34 EXPECT_TRUE(IsTypeSupported<std::string>::value); in TEST()[all …]
97 struct IsTypeSupported;102 struct IsTypeSupported<T, Types...>105 IsTypeSupported<T>::value && IsTypeSupported<Types...>::value> {};110 struct IsTypeSupported<T>117 struct IsTypeSupported<> : public std::false_type {};141 inline typename std::enable_if<IsTypeSupported<T>::value, std::string>::type457 typename std::enable_if<IsTypeSupported<T>::value>::type AppendValueToWriter(472 typename std::enable_if<IsTypeSupported<T>::value, bool>::type520 : public details::DBusArrayType<IsTypeSupported<T>::value, T, ALLOC> {};555 typename std::enable_if<IsTypeSupported<U, V>::value>::type AppendValueToWriter([all …]
46 static bool IsTypeSupported(const std::string& type) { in IsTypeSupported() function82 if (!IsTypeSupported(type)) { in CreateSessionDescription()
183 static typename std::enable_if<dbus_utils::IsTypeSupported<U>::value>::type188 static typename std::enable_if<!dbus_utils::IsTypeSupported<U>::value>::type
1439 cmsBool IsTypeSupported(cmsTagDescriptor* TagDescriptor, cmsTagTypeSignature Type) in IsTypeSupported() function1508 if (!IsTypeSupported(TagDescriptor, BaseType)) goto Error; in cmsReadTag()1643 if (!IsTypeSupported(TagDescriptor, Type)) { in cmsWriteTag()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...