Searched refs:PropertyType (Results 1 – 13 of 13) sorted by relevance
23 PropertyType t; in Property()26 t = PropertyType::Bitmask; in Property()28 t = PropertyType::Blob; in Property()30 t = PropertyType::Enum; in Property()32 t = PropertyType::Object; in Property()34 t = PropertyType::Range; in Property()36 t = PropertyType::SignedRange; in Property()
12 enum class PropertyType enum31 PropertyType type() const { return m_type; } in type()39 PropertyType m_type;
36 template <class PropertyType>55 if (sizeof(PropertyType) * kBitsPerByte != actual_format) { in XWindowProperty()73 const PropertyType* data() const { in data()74 return reinterpret_cast<PropertyType*>(data_); in data()76 PropertyType* data() { in data()77 return reinterpret_cast<PropertyType*>(data_); in data()
140 case PropertyType::Bitmask: in format_property()155 case PropertyType::Blob: in format_property()171 case PropertyType::Enum: in format_property()187 case PropertyType::Object: in format_property()193 case PropertyType::Range: in format_property()203 case PropertyType::SignedRange: in format_property()
29 template <class PropertyType>45 } else if (sizeof(PropertyType) * kBitsPerByte != actual_format) { in XWindowProperty()64 const PropertyType* data() const { in data()65 return reinterpret_cast<PropertyType*>(data_); in data()67 PropertyType* data() { in data()68 return reinterpret_cast<PropertyType*>(data_); in data()
1785 template <typename Class, typename PropertyType, typename Property>1788 typedef const PropertyType& RefToConstProperty;3736 template <typename Class, typename PropertyType, typename PropertyMatcher>3738 Class, PropertyType, PropertyType (Class::*)() const> >3739 Property(PropertyType (Class::*property)() const,3742 internal::PropertyMatcher<Class, PropertyType,3743 PropertyType (Class::*)() const>(3744 property, MatcherCast<const PropertyType&>(matcher)));3753 template <typename Class, typename PropertyType, typename PropertyMatcher>3755 Class, PropertyType, PropertyType (Class::*)() const> >[all …]
199 BYTE PropertyType;368 BYTE PropertyType;374 switch(PropertyType)
60 var clrType = property.PropertyType; in SingleFieldAccessor()
1771 template <typename Class, typename PropertyType>1778 typedef GTEST_REFERENCE_TO_CONST_(PropertyType) RefToConstProperty;1780 PropertyMatcher(PropertyType (Class::*property)() const, in PropertyMatcher()1827 PropertyType (Class::*property_)() const;2829 template <typename Class, typename PropertyType, typename PropertyMatcher>2831 internal::PropertyMatcher<Class, PropertyType> > Property(2832 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) {2834 internal::PropertyMatcher<Class, PropertyType>(2836 MatcherCast<GTEST_REFERENCE_TO_CONST_(PropertyType)>(matcher)));
77 self.assertEquals(prefs.PropertyType('myValue'), 'int')
327 def PropertyType(self, key): member in SharedPrefs
2235 template <typename Class, typename PropertyType>2242 typedef GTEST_REFERENCE_TO_CONST_(PropertyType) RefToConstProperty;2244 PropertyMatcher(PropertyType (Class::*property)() const,2298 PropertyType (Class::*property_)() const;3927 template <typename Class, typename PropertyType, typename PropertyMatcher>3929 internal::PropertyMatcher<Class, PropertyType> > Property(3930 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) {3932 internal::PropertyMatcher<Class, PropertyType>(3934 MatcherCast<GTEST_REFERENCE_TO_CONST_(PropertyType)>(matcher)));
6222 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local6226 PropertyType in CodeCompleteObjCPropertySynthesizeIvar()6230 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar()6276 Builder.AddResultTypeChunk(GetCompletionTypeString(PropertyType, Context, in CodeCompleteObjCPropertySynthesizeIvar()