Searched refs:PropagateError (Results 1 – 7 of 7) sorted by relevance
/external/google-fruit/include/fruit/impl/ |
D | component_functors.defn.h | 94 using type = PropagateError(Op1, PropagateError(Op2, Op)); 204 using type = PropagateError(R, If(NonConstBindingRequired, NonConstOp, ConstOp)); 297 PropagateError( 299 PropagateError( 301 PropagateError( 303 PropagateError( 358 PropagateError( 360 PropagateError( 362 PropagateError( 364 PropagateError( [all …]
|
D | provider.defn.h | 44 using CheckGet = Eval<PropagateError(
|
D | injector.defn.h | 80 using type = Eval<PropagateError(CheckInjectableType(RemoveAnnotations(Type<T>)),
|
/external/google-fruit/include/fruit/impl/meta/ |
D | proof_tree_comparison.h | 101 using type = PropagateError(CurrentResult, 116 using type = PropagateError(CheckForestEntailedByForest(Forest1, Forest2),
|
D | component.h | 647 using type = PropagateError(CheckInjectableType(T), CurrentResult); 669 using type = PropagateError(CheckInjectableType(RemoveAnnotations(NormalizeUntilStable(T))), 842 using type = PropagateError( 844 PropagateError(CheckNormalizedTypes(RemoveConstFromTypes(Vector<Ps...>)), 845 PropagateError(CheckNoRequiredTypesInComponentArguments(Vector<Ps...>), 857 using type1 = PropagateError( 859 PropagateError(CheckNormalizedTypes(RemoveConstFromTypes(Vector<Type<Rs>..., Ps...>)), 860 PropagateError(CheckNoRequiredTypesInComponentArguments(Vector<Ps...>), 904 …using type = PropagateError(CheckTypesNotProvidedAsConst(Comp, NewNonConstRequirementsVector), Com… 921 … PropagateError(CheckTypesNotProvidedAsConst(Comp, CNonConstRequirements), Comp1));
|
D | eval.h | 229 struct DoEval<PropagateError(MaybeErrorMetaExpr, ElseMetaExpr)> { 242 struct DoEval<PropagateError (*)(MaybeErrorMetaExpr, ElseMetaExpr)> {
|
D | basics.h | 57 struct PropagateError {}; struct
|