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

  /external/webrtc/talk/app/webrtc/
jsepsessiondescription.cc 46 static bool IsTypeSupported(const std::string& type) {
82 if (!IsTypeSupported(type)) {
  /external/libbrillo/brillo/dbus/
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/pdfium/third_party/lcms/src/
cmsio0.c     [all...]

Completed in 148 milliseconds