Home
last modified time | relevance | path

Searched refs:PartialComponentWithReplacementInProgress (Results 1 – 2 of 2) sorted by relevance

/external/google-fruit/include/fruit/
Dcomponent.h929 class PartialComponentWithReplacementInProgress {
941PartialComponentWithReplacementInProgress(storage_t storage) // NOLINT(google-explicit-constructor) in PartialComponentWithReplacementInProgress() function
947 PartialComponentWithReplacementInProgress() = delete;
1048 typename PartialComponent<Bindings...>::template PartialComponentWithReplacementInProgress<
/external/google-fruit/include/fruit/impl/
Dcomponent.defn.h275 inline typename PartialComponent<Bindings...>::template PartialComponentWithReplacementInProgress<
294PartialComponentWithReplacementInProgress<OtherComponent, GetReplacedComponentFormalArgs...>::with( in with()