Searched refs:CreateSemanticValue (Results 1 – 2 of 2) sorted by relevance
61 context.rule_constituents[0] = CreateSemanticValue(value_0); in TEST_F()65 context.rule_constituents[42] = CreateSemanticValue(value_42); in TEST_F()
118 const SemanticValue* CreateSemanticValue(const TestValueT& value) { in CreateSemanticValue() function