Home
last modified time | relevance | path

Searched refs:IsTypeSupported (Results 1 – 6 of 6) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddata_serialization_unittest.cc25 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 …]
Ddata_serialization.h101 struct IsTypeSupported;
106 struct IsTypeSupported<T, Types...>
109 IsTypeSupported<T>::value && IsTypeSupported<Types...>::value> {};
114 struct IsTypeSupported<T>
121 struct IsTypeSupported<> : public std::false_type {};
145 inline typename std::enable_if<IsTypeSupported<T>::value, std::string>::type
468 typename std::enable_if<IsTypeSupported<T>::value>::type AppendValueToWriter(
483 typename std::enable_if<IsTypeSupported<T>::value, bool>::type
531 : public details::DBusArrayType<IsTypeSupported<T>::value, T, ALLOC> {};
566 typename std::enable_if<IsTypeSupported<U, V>::value>::type AppendValueToWriter(
[all …]
/external/webrtc/talk/app/webrtc/
Djsepsessiondescription.cc46 static bool IsTypeSupported(const std::string& type) { in IsTypeSupported() function
82 if (!IsTypeSupported(type)) { in CreateSessionDescription()
/external/libbrillo/brillo/
Dany_internal_impl.h184 static typename std::enable_if<dbus_utils::IsTypeSupported<U>::value>::type
189 static typename std::enable_if<!dbus_utils::IsTypeSupported<U>::value>::type
/external/pdfium/third_party/lcms/
D0018-backport-c0a98d86.patch31 + if (!IsTypeSupported(TagDescriptor, BaseType)) goto Error;
/external/pdfium/third_party/lcms/src/
Dcmsio0.c1502 cmsBool IsTypeSupported(cmsTagDescriptor* TagDescriptor, cmsTagTypeSignature Type) in IsTypeSupported() function
1549 if (!IsTypeSupported(TagDescriptor, BaseType)) goto Error; in cmsReadTag()
1582 if (!IsTypeSupported(TagDescriptor, BaseType)) goto Error; in cmsReadTag()
1717 if (!IsTypeSupported(TagDescriptor, Type)) { in cmsWriteTag()