Searched defs:not_match (Results 1 – 5 of 5) sorted by relevance
64 int not_match = in getOsVersion() local87 int not_match = regexec(®ex, patchlevel_str, kPatchlevelMatchCount, matches, 0 /* flags */); in getPatchlevel() local
260 ListenerFilterChainMatchPredicate not_match = 3; field
333 ListenerFilterChainMatchPredicate not_match = 3; field
833 template <typename LHS_t> struct not_match { struct836 not_match(const LHS_t &LHS) : L(LHS) {} in not_match() argument854 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() argument