Home
last modified time | relevance | path

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

/external/google-fruit/include/fruit/impl/
Dcomponent.defn.h266 PartialComponent<Bindings...>::installComponentFunctions(ComponentFunctions... componentFunctions) { in installComponentFunctions() argument
271 std::tuple<ComponentFunctions...> component_functions_tuple{std::move(componentFunctions)...}; in installComponentFunctions()
/external/google-fruit/include/fruit/
Dcomponent.h923 installComponentFunctions(ComponentFunctions... componentFunctions);