Lines Matching refs:ConstXAnnot
92 @pytest.mark.parametrize('XAnnot,ConstXAnnot', [
96 def test_error_declared_nonconst_types_provided_as_const(XAnnot, ConstXAnnot):
102 fruit::Component<ConstXAnnot> getComponent();
110 '|no matching function for call to .fruit::Injector<XAnnot>::Injector\(fruit::Component<ConstXAnnot> \(&\)\(\)\).'
117 @pytest.mark.parametrize('XAnnot,ConstXAnnot', [
121 def test_error_declared_nonconst_types_provided_as_const_with_normalized_component(XAnnot, ConstXAnnot):
127 void f(fruit::NormalizedComponent<ConstXAnnot> normalizedComponent) {
166 @pytest.mark.parametrize('ConstXAnnot,XInjectorGetParam,XInjectorGetParamRegex', [
174 def test_injector_const_provided_type_does_not_allow_injecting_nonconst_variants(ConstXAnnot, XInjectorGetParam, XInjectorGetParamRegex):
176 void f(fruit::Injector<ConstXAnnot> injector) {