Searched refs:context_dict (Results 1 – 1 of 1) sorted by relevance
617 const auto& context_dict = context.feature(); in Compute() local635 const auto& feature_found = context_dict.find(key); in Compute()637 ctx, (feature_found != context_dict.end()) || !required[d], in Compute()640 if (feature_found != context_dict.end()) { in Compute()664 const auto& feature_found = context_dict.find(key); in Compute()666 (feature_found != context_dict.end() && in Compute()