Searched refs:ctx_end (Results 1 – 1 of 1) sorted by relevance
130 auto ctx = context_chain.rbegin(), ctx_end = context_chain.rend(); in ContextMatches() local134 if (ctx == ctx_end) in ContextMatches()171 ctx = std::find_if_not(ctx, ctx_end, should_skip); in ContextMatches()179 return ctx == ctx_end; in ContextMatches()