Searched refs:context_dict (Results 1 – 1 of 1) sorted by relevance
973 const auto& context_dict = context.feature(); in Compute() local991 const auto& feature_found = context_dict.find(key); in Compute()993 ctx, (feature_found != context_dict.end()) || !required[d], in Compute()996 if (feature_found != context_dict.end()) { in Compute()1020 const auto& feature_found = context_dict.find(key); in Compute()1022 (feature_found != context_dict.end() && in Compute()