Searched defs:Entry (Results 1 – 1 of 1) sorted by relevance
75 struct Entry { struct in __anoned188aec0111::RuleTrie76 Entry(const Rule* r, StringPiece s) : rule(r), suffix(s) {} in Entry() function77 const Rule* rule;78 StringPiece suffix;