HomeSort by relevance Sort by last modified time
    Searched refs:IsTypeSupported (Results 1 - 5 of 5) sorted by null

  /external/libbrillo/brillo/dbus/
data_serialization_unittest.cc 25 EXPECT_TRUE(IsTypeSupported<bool>::value);
26 EXPECT_TRUE(IsTypeSupported<uint8_t>::value);
27 EXPECT_TRUE(IsTypeSupported<int16_t>::value);
28 EXPECT_TRUE(IsTypeSupported<uint16_t>::value);
29 EXPECT_TRUE(IsTypeSupported<int32_t>::value);
30 EXPECT_TRUE(IsTypeSupported<uint32_t>::value);
31 EXPECT_TRUE(IsTypeSupported<int64_t>::value);
32 EXPECT_TRUE(IsTypeSupported<uint64_t>::value);
33 EXPECT_TRUE(IsTypeSupported<double>::value);
34 EXPECT_TRUE(IsTypeSupported<std::string>::value)
    [all...]
data_serialization.h 84 // implement IsTypeSupported<> below.
101 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>::typ
    [all...]
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription.cc 46 static bool IsTypeSupported(const std::string& type) {
82 if (!IsTypeSupported(type)) {
  /external/libbrillo/brillo/
any_internal_impl.h 184 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/src/
cmsio0.c     [all...]

Completed in 755 milliseconds