Searched refs:PropertyList (Results 1 – 11 of 11) sorted by relevance
206 for (PropertyList::iterator i = m_properties.begin(); i != m_properties.end(); ++i) in ~CppBoundClass()254 PropertyList::const_iterator callback = m_properties.find(ident); in getProperty()269 PropertyList::iterator callback = m_properties.find(ident); in setProperty()308 PropertyList::iterator oldCallback = m_properties.find(ident); in bindProperty()
213 typedef HashMap<NPIdentifier, PropertyCallback*> PropertyList; typedef217 PropertyList m_properties;
184 for (PropertyList::iterator i = properties_.begin(); i != properties_.end(); in ~CppBoundClass()232 PropertyList::const_iterator callback = properties_.find(ident); in GetProperty()247 PropertyList::iterator callback = properties_.find(ident); in SetProperty()288 PropertyList::iterator old_callback = properties_.find(ident); in BindProperty()
149 typedef std::map<NPIdentifier, PropertyCallback*> PropertyList; typedef153 PropertyList properties_;
40 typedef NodeInfo<PropertyList> PropertyListInfo;
102 typedef int PropertyList; typedef
1592 struct PropertyList { struct
98 typedef PropertyListNode* PropertyList; typedef
67 #define TreePropertyList typename TreeBuilder::PropertyList
14 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
1671 llvm::Constant *PropertyList = new llvm::GlobalVariable(TheModule, in GenerateProtocol() local1698 PropertyList->getType(), in GenerateProtocol()1712 Elements.push_back(PropertyList); in GenerateProtocol()