Home | History | Annotate | Download | only in core

Lines Matching defs:Visitor

145      *  Returns true if the visitor was called on a matching Key, and the visitor returned true.
148 * do not call the FindVisitor. If a match is found, return whatever the visitor returns.
156 typedef void (*Visitor)(const Rec&, void* context);
157 // Call the visitor for every Rec in the cache.
158 static void VisitAll(Visitor, void* context);
212 * Returns true if the visitor was called on a matching Key, and the visitor returned true.
215 * do not call the FindVisitor. If a match is found, return whatever the visitor returns.
222 void visitAll(Visitor, void* context);