Home
last modified time | relevance | path

Searched refs:has_enum_type (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/kaidan/kaidan-0.8.0/src/
H A DEnums.h46 struct has_enum_type : std::false_type { }; struct
50 struct has_enum_type<T, void_t<typename T::enum_type>> : std::true_type { };
101 template <typename T, ENABLE_IF(!has_enum_type<T>::value && std::is_enum<T>::value)>
107 template <typename T, ENABLE_IF(has_enum_type<T>::value)>
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorProto.php44 private $has_enum_type = false; variable in Google\\Protobuf\\Internal\\DescriptorProto
229 $this->has_enum_type = true;
236 return $this->has_enum_type;
H A DFileDescriptorProto.php67 private $has_enum_type = false; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
352 $this->has_enum_type = true;
359 return $this->has_enum_type;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorProto.php44 private $has_enum_type = false; variable in Google\\Protobuf\\Internal\\DescriptorProto
229 $this->has_enum_type = true;
236 return $this->has_enum_type;
H A DFileDescriptorProto.php67 private $has_enum_type = false; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
352 $this->has_enum_type = true;
359 return $this->has_enum_type;