Home | History | Annotate | Download | only in fst

Lines Matching defs:Search

34 // map or search keyed on labels. More generally, they may
146 // Labels >= binary_label will be searched for by binary search,
147 // o.w. linear search is used.
237 if (Search()) {
254 Search();
306 bool Search();
312 Label binary_label_; // Least label for binary search
326 bool SortedMatcher<F>::Search() {
331 // Binary search for match.
360 // Linear search for match.