Home | History | Annotate | Download | only in glue

Lines Matching refs:methods_

181   for (MethodList::iterator i = methods_.begin(); i != methods_.end(); ++i)
195 return (methods_.find(ident) != methods_.end());
206 MethodList::const_iterator method = methods_.find(ident);
208 if (method == methods_.end()) {
258 MethodList::iterator old_callback = methods_.find(ident);
259 if (old_callback != methods_.end()) {
262 methods_.erase(old_callback);
267 methods_[ident] = callback;
302 MethodList::const_iterator callback = methods_.find(ident);
303 return (callback != methods_.end());