Searched refs:rule_constituents (Results 1 – 4 of 4) sorted by relevance
39 context.rule_constituents.find(constituent_expression->id()); in Apply()40 if (constituent_it != context.rule_constituents.end()) { in Apply()
61 context.rule_constituents[0] = CreateSemanticValue(value_0); in TEST_F()65 context.rule_constituents[42] = CreateSemanticValue(value_42); in TEST_F()
107 context.rule_constituents[constituent_index], in Eval()113 context.rule_constituents[constituent_index] = SemanticValue::Create( in Eval()
40 std::unordered_map<int, const SemanticValue*> rule_constituents; member