Home | History | Annotate | Download | only in base

Lines Matching defs:Selector

369   // Selector enum is the token identifier for each parsed keyword, most of
373 enum Selector {
391 // Reset the comparator to a NIL selector. Clear() and recursively delete any
412 void SetTiebreaker(Selector selector, const std::string& required);
414 // Indicate if this instance is set up to sort by the given Selector, thereby
417 bool IsGroupedBy(Selector selector) const;
422 void SetSubgroupTiebreaker(Selector selector);
424 // Translate a keyword and restriction in URL path to a selector for sorting.
439 // The selector directs this instance to compare based on the specified
441 enum Selector selector_;