Home
last modified time | relevance | path

Searched refs:m_attributes (Results 1 – 25 of 1189) sorted by relevance

12345678910>>...48

/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DPInvokeInfo.cs35 PInvokeAttributes m_attributes; field in Mono.Cecil.PInvokeInfo
44 get { return m_attributes; }
45 set { m_attributes = value; }
64 m_attributes |= PInvokeAttributes.NoMangle;
66 m_attributes &= ~PInvokeAttributes.NoMangle;
74 m_attributes &= ~PInvokeAttributes.CharSetMask;
85 m_attributes &= ~PInvokeAttributes.CharSetMask;
86 m_attributes |= PInvokeAttributes.CharSetAnsi;
96 m_attributes &= ~PInvokeAttributes.CharSetMask;
108 m_attributes |= PInvokeAttributes.CharSetAuto;
[all …]
H A DFieldDefinition.cs37 FieldAttributes m_attributes; field in Mono.Cecil.FieldDefinition
75 get { return m_attributes; }
76 set { m_attributes = value; }
133 m_attributes |= FieldAttributes.Private;
155 m_attributes |= FieldAttributes.Assembly;
166 m_attributes |= FieldAttributes.Family;
188 m_attributes |= FieldAttributes.Public;
198 m_attributes |= FieldAttributes.Static;
200 m_attributes &= ~FieldAttributes.Static;
218 m_attributes |= FieldAttributes.Literal;
[all …]
H A DTypeDefinition.cs33 TypeAttributes m_attributes; field in Mono.Cecil.TypeDefinition
50 get { return m_attributes; }
51 set { m_attributes = value; }
190 m_attributes |= TypeAttributes.NotPublic;
201 m_attributes |= TypeAttributes.Public;
311 m_attributes |= TypeAttributes.Class;
342 m_attributes |= TypeAttributes.Sealed;
344 m_attributes &= ~TypeAttributes.Sealed;
362 m_attributes |= TypeAttributes.Import;
364 m_attributes &= ~TypeAttributes.Import;
[all …]
H A DMethodDefinition.cs40 MethodAttributes m_attributes; field in Mono.Cecil.MethodDefinition
53 get { return m_attributes; }
54 set { m_attributes = value; }
168 m_attributes |= MethodAttributes.Assem;
179 m_attributes |= MethodAttributes.Family;
201 m_attributes |= MethodAttributes.Public;
211 m_attributes |= MethodAttributes.Static;
221 m_attributes |= MethodAttributes.Final;
223 m_attributes &= ~MethodAttributes.Final;
542 m_attributes = attrs; in MethodDefinition()
[all …]
H A DParameterDefinition.cs34 ParameterAttributes m_attributes; field in Mono.Cecil.ParameterDefinition
45 get { return m_attributes; }
46 set { m_attributes = value; }
96 m_attributes |= ParameterAttributes.In;
98 m_attributes &= ~ParameterAttributes.In;
106 m_attributes |= ParameterAttributes.Out;
108 m_attributes &= ~ParameterAttributes.Out;
116 m_attributes |= ParameterAttributes.Retval;
126 m_attributes |= ParameterAttributes.Lcid;
128 m_attributes &= ~ParameterAttributes.Lcid;
[all …]
H A DGenericParameter.cs37 GenericParameterAttributes m_attributes; field in Mono.Cecil.GenericParameter
47 get { return m_attributes; }
48 set { m_attributes = value; }
120 m_attributes &= ~GenericParameterAttributes.VarianceMask;
121 m_attributes |= GenericParameterAttributes.NonVariant;
131 m_attributes &= ~GenericParameterAttributes.VarianceMask;
132 m_attributes |= GenericParameterAttributes.Covariant;
142 m_attributes &= ~GenericParameterAttributes.VarianceMask;
143 m_attributes |= GenericParameterAttributes.Contravariant;
153 m_attributes |= GenericParameterAttributes.ReferenceTypeConstraint;
[all …]
H A DResource.cs36 ManifestResourceAttributes m_attributes; field in Mono.Cecil.Resource
45 get { return m_attributes; }
46 set { m_attributes = value; }
60 …get { return (m_attributes & ManifestResourceAttributes.VisibilityMask) == ManifestResourceAttribu…
63 m_attributes &= ~ManifestResourceAttributes.VisibilityMask;
64 m_attributes |= ManifestResourceAttributes.Public;
66m_attributes &= ~(ManifestResourceAttributes.VisibilityMask & ManifestResourceAttributes.Public);
74 m_attributes &= ~ManifestResourceAttributes.VisibilityMask;
75 m_attributes |= ManifestResourceAttributes.Private;
77m_attributes &= ~(ManifestResourceAttributes.VisibilityMask & ManifestResourceAttributes.Private);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/imports/shaders/scenegraph/
H A Dqsggeometry.h122 const AttributeSet &m_attributes; variable
160 Q_ASSERT(m_attributes.count == 1); in vertexDataAsPoint2D()
161 Q_ASSERT(m_attributes.stride == 2 * sizeof(float)); in vertexDataAsPoint2D()
164 Q_ASSERT(m_attributes.attributes[0].position == 0); in vertexDataAsPoint2D()
170 Q_ASSERT(m_attributes.count == 2); in vertexDataAsTexturedPoint2D()
171 Q_ASSERT(m_attributes.stride == 4 * sizeof(float)); in vertexDataAsTexturedPoint2D()
172 Q_ASSERT(m_attributes.attributes[0].position == 0); in vertexDataAsTexturedPoint2D()
183 Q_ASSERT(m_attributes.count == 2); in vertexDataAsColoredPoint2D()
196 Q_ASSERT(m_attributes.count == 1); in vertexDataAsPoint2D()
206 Q_ASSERT(m_attributes.count == 2); in vertexDataAsTexturedPoint2D()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsggeometry.h211 const AttributeSet &m_attributes; variable
255 Q_ASSERT(m_attributes.count == 1); in vertexDataAsPoint2D()
256 Q_ASSERT(m_attributes.stride == 2 * sizeof(float)); in vertexDataAsPoint2D()
259 Q_ASSERT(m_attributes.attributes[0].position == 0); in vertexDataAsPoint2D()
265 Q_ASSERT(m_attributes.count == 2); in vertexDataAsTexturedPoint2D()
266 Q_ASSERT(m_attributes.stride == 4 * sizeof(float)); in vertexDataAsTexturedPoint2D()
267 Q_ASSERT(m_attributes.attributes[0].position == 0); in vertexDataAsTexturedPoint2D()
278 Q_ASSERT(m_attributes.count == 2); in vertexDataAsColoredPoint2D()
291 Q_ASSERT(m_attributes.count == 1); in vertexDataAsPoint2D()
301 Q_ASSERT(m_attributes.count == 2); in vertexDataAsTexturedPoint2D()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/coreapi/
H A Dqsggeometry.h211 const AttributeSet &m_attributes; variable
255 Q_ASSERT(m_attributes.count == 1); in vertexDataAsPoint2D()
256 Q_ASSERT(m_attributes.stride == 2 * sizeof(float)); in vertexDataAsPoint2D()
259 Q_ASSERT(m_attributes.attributes[0].position == 0); in vertexDataAsPoint2D()
265 Q_ASSERT(m_attributes.count == 2); in vertexDataAsTexturedPoint2D()
266 Q_ASSERT(m_attributes.stride == 4 * sizeof(float)); in vertexDataAsTexturedPoint2D()
267 Q_ASSERT(m_attributes.attributes[0].position == 0); in vertexDataAsTexturedPoint2D()
278 Q_ASSERT(m_attributes.count == 2); in vertexDataAsColoredPoint2D()
291 Q_ASSERT(m_attributes.count == 1); in vertexDataAsPoint2D()
301 Q_ASSERT(m_attributes.count == 2); in vertexDataAsTexturedPoint2D()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/player/
H A Dmfactivate.h59 return m_attributes->GetItem(guidKey, pValue); in GetItem()
64 return m_attributes->GetItemType(guidKey, pType); in GetItemType()
89 return m_attributes->GetDouble(guidKey, pfValue); in GetDouble()
134 return m_attributes->SetItem(guidKey, Value); in SetItem()
139 return m_attributes->DeleteItem(guidKey); in DeleteItem()
144 return m_attributes->DeleteAllItems(); in DeleteAllItems()
184 return m_attributes->LockStore(); in LockStore()
189 return m_attributes->UnlockStore(); in UnlockStore()
194 return m_attributes->GetCount(pcItems); in GetCount()
204 return m_attributes->CopyAllItems(pDest); in CopyAllItems()
[all …]
/dports/graphics/kgraphviewer/kgraphviewer-2.4.3/src/part/
H A Dgraphelement.h47 inline void setId(const QString& id) {m_attributes[KEY_ID]=id;} in setId()
48 inline void setStyle(const QString& ls) {m_attributes[KEY_STYLE]=ls;} in setStyle()
49 inline void setShape(const QString& lc) {m_attributes[KEY_SHAPE]=lc;} in setShape()
54 inline QString id() const {return m_attributes[KEY_ID];} in id()
55 inline QString style() const {return m_attributes[KEY_STYLE];} in style()
56 inline QString shape() const {return m_attributes[KEY_SHAPE];} in shape()
57 inline QString color() const {return m_attributes[KEY_COLOR];} in color()
58 inline QString lineColor() const {return m_attributes[KEY_COLOR];} in lineColor()
85 inline QString url() const {return m_attributes[KEY_URL];} in url()
90 inline QMap<QString,QString>& attributes() {return m_attributes;} in attributes()
[all …]
H A Dgraphsubgraph.cpp107 m_attributes["id"] = agnameof(subgraph); in updateWithSubgraph()
166 if (m_attributes.find("bgcolor") != m_attributes.end()) in backColor()
168 return m_attributes["bgcolor"]; in backColor()
170 else if ( (m_attributes.find("style") != m_attributes.end()) in backColor()
171 && (m_attributes["style"] == "filled") in backColor()
172 && (m_attributes.find("color") != m_attributes.end()) ) in backColor()
174 return m_attributes["color"]; in backColor()
176 else if ((m_attributes.find("style") != m_attributes.end()) in backColor()
177 && (m_attributes["style"] == "filled") in backColor()
178 && (m_attributes.find("fillcolor") != m_attributes.end())) in backColor()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DPropertyDescriptor.cpp90 m_attributes = attributes; in setDescriptor()
108 m_attributes = attributes; in setAccessorDescriptor()
111 m_attributes &= ~ReadOnly; in setAccessorDescriptor()
120 m_attributes |= ReadOnly; in setWritable()
129 m_attributes |= DontEnum; in setEnumerable()
145 m_attributes |= Setter; in setSetter()
146 m_attributes &= ~ReadOnly; in setSetter()
152 m_attributes |= Getter; in setGetter()
153 m_attributes &= ~ReadOnly; in setGetter()
170 unsigned mismatch = other.m_attributes ^ m_attributes; in attributesEqual()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DPropertyDescriptor.cpp90 m_attributes = attributes; in setDescriptor()
108 m_attributes = attributes; in setAccessorDescriptor()
111 m_attributes &= ~ReadOnly; in setAccessorDescriptor()
120 m_attributes |= ReadOnly; in setWritable()
129 m_attributes |= DontEnum; in setEnumerable()
145 m_attributes |= Setter; in setSetter()
146 m_attributes &= ~ReadOnly; in setSetter()
152 m_attributes |= Getter; in setGetter()
153 m_attributes &= ~ReadOnly; in setGetter()
170 unsigned mismatch = other.m_attributes ^ m_attributes; in attributesEqual()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DPropertyDescriptor.cpp90 m_attributes = attributes; in setDescriptor()
108 m_attributes = attributes; in setAccessorDescriptor()
111 m_attributes &= ~ReadOnly; in setAccessorDescriptor()
120 m_attributes |= ReadOnly; in setWritable()
129 m_attributes |= DontEnum; in setEnumerable()
145 m_attributes |= Setter; in setSetter()
146 m_attributes &= ~ReadOnly; in setSetter()
152 m_attributes |= Getter; in setGetter()
153 m_attributes &= ~ReadOnly; in setGetter()
170 unsigned mismatch = other.m_attributes ^ m_attributes; in attributesEqual()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DPropertyDescriptor.cpp90 m_attributes = attributes; in setDescriptor()
108 m_attributes = attributes; in setAccessorDescriptor()
111 m_attributes &= ~ReadOnly; in setAccessorDescriptor()
120 m_attributes |= ReadOnly; in setWritable()
129 m_attributes |= DontEnum; in setEnumerable()
145 m_attributes |= Setter; in setSetter()
146 m_attributes &= ~ReadOnly; in setSetter()
152 m_attributes |= Getter; in setGetter()
153 m_attributes &= ~ReadOnly; in setGetter()
170 unsigned mismatch = other.m_attributes ^ m_attributes; in attributesEqual()
[all …]
/dports/textproc/libwps03/libwps-0.3.1/src/lib/
H A DWPSFont.cpp35 uint32_t flags = ft.m_attributes; in operator <<()
67 m_attributes != ft.m_attributes || m_color != ft.m_color || in operator ==()
78 switch (m_attributes& 0x0000001f) in addTo()
104 if (m_attributes & WPS_ITALICS_BIT) in addTo()
106 if (m_attributes & WPS_BOLD_BIT) in addTo()
114 if (m_attributes & WPS_OVERLINE_BIT) in addTo()
116 if (m_attributes & WPS_OUTLINE_BIT) in addTo()
120 if (m_attributes & WPS_BLINK_BIT) in addTo()
122 if (m_attributes & WPS_SHADOW_BIT) in addTo()
124 if (m_attributes & WPS_HIDDEN_BIT) in addTo()
[all …]
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWPSFont.cpp36 uint32_t flags = ft.m_attributes; in operator <<()
76 m_attributes != ft.m_attributes || m_color != ft.m_color || in operator ==()
88 switch (m_attributes& 0x0000001f) in addTo()
114 if (m_attributes & WPS_ITALICS_BIT) in addTo()
116 if (m_attributes & WPS_BOLD_BIT) in addTo()
124 if (m_attributes & WPS_OVERLINE_BIT) in addTo()
126 if (m_attributes & WPS_OUTLINE_BIT) in addTo()
130 if (m_attributes & WPS_BLINK_BIT) in addTo()
132 if (m_attributes & WPS_SHADOW_BIT) in addTo()
134 if (m_attributes & WPS_HIDDEN_BIT) in addTo()
[all …]
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DEntryAttributes.cpp45 return m_attributes.keys(); in keys()
50 return m_attributes.contains(key); in hasKey()
67 return m_attributes.value(key); in value()
81 return m_attributes.contains(key); in contains()
96 if (!m_attributes.contains(key)) { in isReference()
154 m_attributes.remove(key); in remove()
181 m_attributes.remove(oldKey); in rename()
204 m_attributes.remove(key); in copyCustomKeysFrom()
249 m_attributes = other->m_attributes; in copyDataFrom()
298 m_attributes.clear(); in clear()
[all …]
/dports/security/keepassx-devel/keepassx-55869e8/src/core/
H A DEntryAttributes.cpp36 return m_attributes.keys(); in keys()
58 return m_attributes.value(key); in value()
112 if (!m_attributes.contains(key)) { in remove()
119 m_attributes.remove(key); in remove()
146 m_attributes.remove(oldKey); in rename()
169 m_attributes.remove(key); in copyCustomKeysFrom()
214 m_attributes = other->m_attributes; in copyDataFrom()
224 return (m_attributes == other.m_attributes in operator ==()
230 return (m_attributes != other.m_attributes in operator !=()
238 m_attributes.clear(); in clear()
[all …]
/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Objects/
H A DBaseObject.cpp43 return (m_attributes.find(name) != m_attributes.end()); in hasAttr()
65 if (I == m_attributes.end()) { in copyAttr()
74 m_attributes[name] = attr; in setAttr()
83 m_attributes.erase(name); in removeAttr()
102 for (Iter I = m_attributes.begin(); I != m_attributes.end(); I++) { in addToMessage()
111 for (Iter I = m_attributes.begin(); I != m_attributes.end(); I++) { in sendContents()
139 m_I = (current_class < 0) ? m_obj->m_attributes.begin() : m_obj->m_attributes.end(); in iterator()
230 m_I = (current_class < 0) ? m_obj->m_attributes.begin() : m_obj->m_attributes.end(); in const_iterator()
312 I.m_I = m_attributes.find(name); in find()
313 if (I.m_I != m_attributes.end()) in find()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DEGLUtils.h66 m_attributes.insert(m_attributes.begin(), attribute.value); in Add()
67 m_attributes.insert(m_attributes.begin(), attribute.key); in Add()
83 return m_attributes.data(); in Get()
87 std::vector<EGLint> m_attributes{EGL_NONE};
112 m_attributes[0] = EGL_NONE; in CEGLAttributes()
125 if (m_writePosition + attributes.size() * 2 + 1 > m_attributes.size()) in Add()
132 m_attributes[m_writePosition++] = attribute.key; in Add()
133 m_attributes[m_writePosition++] = attribute.value; in Add()
135 m_attributes[m_writePosition] = EGL_NONE; in Add()
153 return m_attributes.data(); in Get()
[all …]
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeElementA.cpp58 m_attributes(theAttributes), in XalanSourceTreeElementA()
105 return index < m_attributeCount ? m_attributes[index] : 0; in item()
115 assert(m_attributes[i] != 0); in getNamedItem()
117 if (m_attributes[i]->getNodeName() == name) in getNamedItem()
119 return m_attributes[i]; in getNamedItem()
143 assert(m_attributes[i] != 0); in getNamedItemNS()
145 if (m_attributes[i]->getLocalName() == localName && in getNamedItemNS()
146 m_attributes[i]->getNamespaceURI() == namespaceURI) in getNamedItemNS()
148 return m_attributes[i]; in getNamedItemNS()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connect/include/aws/connect/model/
H A DGetContactAttributesResult.h39 inline const Aws::Map<Aws::String, Aws::String>& GetAttributes() const{ return m_attributes; } in GetAttributes()
44 …inline void SetAttributes(const Aws::Map<Aws::String, Aws::String>& value) { m_attributes = value;… in SetAttributes()
49 …inline void SetAttributes(Aws::Map<Aws::String, Aws::String>&& value) { m_attributes = std::move(v… in SetAttributes()
64 …lt& AddAttributes(const Aws::String& key, const Aws::String& value) { m_attributes.emplace(key, va… in AddAttributes()
69 …sResult& AddAttributes(Aws::String&& key, const Aws::String& value) { m_attributes.emplace(std::mo… in AddAttributes()
74 …sResult& AddAttributes(const Aws::String& key, Aws::String&& value) { m_attributes.emplace(key, st… in AddAttributes()
79 …ibutesResult& AddAttributes(Aws::String&& key, Aws::String&& value) { m_attributes.emplace(std::mo… in AddAttributes()
84 …tributesResult& AddAttributes(const char* key, Aws::String&& value) { m_attributes.emplace(key, st… in AddAttributes()
89 …tributesResult& AddAttributes(Aws::String&& key, const char* value) { m_attributes.emplace(std::mo… in AddAttributes()
94 …AttributesResult& AddAttributes(const char* key, const char* value) { m_attributes.emplace(key, va… in AddAttributes()
[all …]

12345678910>>...48