Searched defs:SearchData (Results 1 – 4 of 4) sorted by relevance
26 struct SearchData { struct38 typedef struct SearchData SearchData; argument
20 typedef struct SearchData SearchData; typedef
112 struct SearchData { struct113 SearchData() : distance(Weight::Zero()), in SearchData() function118 Weight distance; // Distance to this state from PDT 'start' state119 SearchState parent; // Parent state in shortest path tree120 int16 paren_id; // If parent arc has paren, paren ID, o.w. kNoLabel121 uint8 flags; // First byte reserved for PdtShortestPathData use
39 static class SearchData { class in SearchTest40 SearchData(String text, String pattern, in SearchData() method in SearchTest.SearchData