HomeSort by relevance Sort by last modified time
    Searched refs:NonInjectableTypeErrorTag (Results 1 - 2 of 2) sorted by null

  /external/google-fruit/include/fruit/impl/
injection_errors.h 552 struct NonInjectableTypeErrorTag {
  /external/google-fruit/include/fruit/impl/meta/
component.h 636 using type = If(Not(IsInjectableType(T)), ConstructError(NonInjectableTypeErrorTag, T), None);
    [all...]

Completed in 535 milliseconds