Home | History | Annotate | Download | only in re2

Lines Matching refs:Or

28     OR,   // One of subs() must match
41 CHECK(op_ == AND || op_ == OR);
61 // Prefilters will be part of the returned Prefilter or deleted.
64 // Combines two prefilters together to create an OR. The passed
65 // Prefilters will be part of the returned Prefilter or deleted.
66 static Prefilter* Or(Prefilter* a, Prefilter* b);
68 // Generalized And/Or
84 // Sub-matches for AND or OR Prefilter.
90 // If different prefilters have the same string atom, or if they are
91 // structurally the same (e.g., OR of same atom strings) they are