Home
last modified time | relevance | path

Searched refs:m_propTypes (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DCustomAttribute.cs40 IDictionary m_propTypes; field in Mono.Cecil.CustomAttribute
88 if (m_propTypes == null)
89 m_propTypes = new Hashtable ();
91 return m_propTypes;
/dports/devel/wxformbuilder/source/src/model/
H A Ddatabase.h137 PTMap m_propTypes; variable
H A Ddatabase.cpp1491 PTMap::iterator it = m_propTypes.find(str); in ParsePropertyType()
1492 if (it != m_propTypes.end()) in ParsePropertyType()
1509 #define PT(x,y) m_propTypes.insert(PTMap::value_type(x,y))