Home
last modified time | relevance | path

Searched refs:PropertyType (Results 1 – 13 of 13) sorted by relevance

/external/libkmsxx/kms++/src/
Dproperty.cpp23 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()
/external/libkmsxx/kms++/inc/kms++/
Dproperty.h12 enum class PropertyType enum
31 PropertyType type() const { return m_type; } in type()
39 PropertyType m_type;
/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc36 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()
/external/libkmsxx/utils/
Dkmsprint.cpp140 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()
/external/webrtc/webrtc/base/
Dx11windowpicker.cc29 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()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h1785 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 …]
/external/lzma/DOC/
D7zFormat.txt199 BYTE PropertyType;
368 BYTE PropertyType;
374 switch(PropertyType)
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DSingleFieldAccessor.cs60 var clrType = property.PropertyType; in SingleFieldAccessor()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h1771 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)));
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py77 self.assertEquals(prefs.PropertyType('myValue'), 'int')
Dshared_prefs.py327 def PropertyType(self, key): member in SharedPrefs
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h2235 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)));
/external/clang/lib/Sema/
DSemaCodeComplete.cpp6222 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local
6226 PropertyType in CodeCompleteObjCPropertySynthesizeIvar()
6230 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar()
6276 Builder.AddResultTypeChunk(GetCompletionTypeString(PropertyType, Context, in CodeCompleteObjCPropertySynthesizeIvar()