Home
last modified time | relevance | path

Searched defs:NormalizedComponent (Results 1 – 4 of 4) sorted by relevance

/external/google-fruit/include/fruit/impl/
Dnormalized_component.defn.h29 inline NormalizedComponent<Params...>::NormalizedComponent(Component<Params...> (*getComponent)(For… in NormalizedComponent() function
37 inline NormalizedComponent<Params...>::NormalizedComponent(fruit::impl::ComponentStorage&& storage, in NormalizedComponent() function
/external/google-fruit/include/fruit/
Dnormalized_component.h116NormalizedComponent(NormalizedComponent&& storage) noexcept : storage(std::move(storage.storage)) … in NormalizedComponent() function
Dfruit_forward_decls.h55 class NormalizedComponent; variable
Dcomponent.h71 friend class NormalizedComponent; variable