Searched refs:InterfaceMap (Results 1 – 7 of 7) sorted by relevance
167 typedef std::map<std::string, const void*> InterfaceMap; typedef168 InterfaceMap additional_interfaces_;
171 InterfaceMap::const_iterator found = additional_interfaces_.find( in GetPluginInterface()
60 typedef std::map<nacl::string, const void*> InterfaceMap; typedef in __anon251755ed0111::PluginInterfaceTable61 InterfaceMap interface_map_;
189 typedef base::hash_map<std::string, const void*> InterfaceMap; typedef190 InterfaceMap plugin_interfaces_;
145 InterfaceMap::iterator found = plugin_interfaces_.find(interface_name); in GetPluginInterface()
328 typedef std::map<std::string, Interface*> InterfaceMap; typedef329 InterfaceMap interface_map_;
81 InterfaceMap::iterator iter = interface_map_.find(interface_name); in UnregisterInterface()439 InterfaceMap::iterator iiter = interface_map_.find(interface_name); in AddInterface()483 InterfaceMap::iterator iiter = interface_map_.find(interface_name); in RemoveInterface()