Home
last modified time | relevance | path

Searched refs:UnwrapType (Results 1 – 11 of 11) sorted by relevance

/external/google-fruit/include/fruit/impl/
Dcomponent_functors.defn.h184 …InjectorStorage::createComponentStorageEntryForConstBind<UnwrapType<AnnotatedI>, UnwrapType<Annota…
197 …InjectorStorage::createComponentStorageEntryForBind<UnwrapType<AnnotatedI>, UnwrapType<AnnotatedC>…
217 …entries.push_back(InjectorStorage::createComponentStorageEntryForMultibinding<UnwrapType<Annotated…
218UnwrapType<AnnotatedC>>());
220 …InjectorStorage::createComponentStorageEntryForMultibindingVectorCreator<UnwrapType<AnnotatedI>>()…
271 …using Helper = PostProcessRegisterProviderHelper<UnwrapType<AnnotatedSignature>, UnwrapType<Lambda…
347 …InjectorStorage::createComponentStorageEntryForMultibindingProvider<UnwrapType<AnnotatedSignature>,
348UnwrapType<Lambda>>());
350 UnwrapType<Eval<NormalizeType(SignatureType(AnnotatedSignature))>>>());
447 return LambdaInvoker::invoke<UnwrapType<Lambda>, NakedAllArgs...>(
[all …]
Dmeta_operation_wrappers.h27 using type = fruit::impl::meta::UnwrapType<
Dinjector.defn.h144 storage->template get<fruit::impl::meta::UnwrapType< in FRUIT_DEPRECATED_DEFINITION()
/external/google-fruit/include/fruit/impl/injector/
Dinjector_storage.defn.h459 injector.get<fruit::impl::meta::UnwrapType<AnnotatedArgs>>()...);
484 …GetSecondStage<InjectorStorage::RemoveAnnotations<fruit::impl::meta::UnwrapType<AnnotatedArgs>>>()(
496 …injector, GetFirstStage<InjectorStorage::RemoveAnnotations<fruit::impl::meta::UnwrapType<Annotated…
511 … injector.lazyGetPtr<InjectorStorage::NormalizeType<fruit::impl::meta::UnwrapType<AnnotatedArgs>>>(
569 …GetFirstStage<InjectorStorage::RemoveAnnotations<fruit::impl::meta::UnwrapType<AnnotatedArgs>>>()(…
586 … injector.lazyGetPtr<InjectorStorage::NormalizeType<fruit::impl::meta::UnwrapType<AnnotatedArgs>>>(
605 …fruit::impl::meta::UnwrapType<fruit::impl::meta::Eval<fruit::impl::meta::RemoveAnnotationsFromSign…
644 …fruit::impl::meta::UnwrapType<fruit::impl::meta::Eval<fruit::impl::meta::RemoveAnnotationsFromSign…
790 using AnnotatedCPtr = fruit::impl::meta::UnwrapType<
824 …fruit::impl::meta::UnwrapType<fruit::impl::meta::Eval<fruit::impl::meta::RemoveAnnotationsFromSign…
Dinjector_storage.h52 using RemoveAnnotations = fruit::impl::meta::UnwrapType<
65 using NormalizeType = fruit::impl::meta::UnwrapType<
74 using SignatureType = fruit::impl::meta::UnwrapType<
/external/google-fruit/include/fruit/impl/data_structures/
Dfixed_size_allocator.defn.h66 FRUIT_ALWAYS_INLINE inline fruit::impl::meta::UnwrapType<
69 using T = fruit::impl::meta::UnwrapType< in constructObject()
Dfixed_size_allocator.h107 fruit::impl::meta::UnwrapType<
/external/google-fruit/include/fruit/impl/meta/
Dbasics.h82 using UnwrapType = typename WrappedType::type; variable
91 using type = UnwrapType<WrappedType>;
Derrors.h43 …static_assert(true || sizeof(typename CheckIfError<Error<ErrorTag, UnwrapType<Args>...>>::type), "…
Dcomponent.h175 using type = Type<fruit::Annotated<Annotation, UnwrapType<Eval<NormalizeType(Type<T>)>>>>;
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp23 const Type* UnwrapType(const Type* type) { in UnwrapType() function
25 return UnwrapType(elaborated->getNamedType().getTypePtr()); in UnwrapType()
27 return UnwrapType(typedefed->desugar().getTypePtr()); in UnwrapType()
773 UnwrapType(base->getType().getTypePtr())); in IsRefCounted()