Home
last modified time | relevance | path

Searched refs:RegisterProvider (Results 1 – 9 of 9) sorted by relevance

/external/google-fruit/include/fruit/impl/
Dbindings.h59 struct RegisterProvider;
66 struct RegisterProvider<Lambda> {};
73 struct RegisterProvider<Lambda, AnnotatedSignature> {};
Dcomponent.defn.h144 inline PartialComponent<fruit::impl::RegisterProvider<Lambda>, Bindings...>
146 using Op = OpFor<fruit::impl::RegisterProvider<Lambda>>; in registerProvider()
153 inline PartialComponent<fruit::impl::RegisterProvider<AnnotatedSignature, Lambda>, Bindings...>
155 using Op = OpFor<fruit::impl::RegisterProvider<AnnotatedSignature, Lambda>>; in registerProvider()
Dcomponent_functors.defn.h1233 struct apply<fruit::impl::RegisterProvider<Lambda>> {
1238 struct apply<fruit::impl::RegisterProvider<AnnotatedSignature, Lambda>> {
/external/libchrome/base/
Dpath_service.h75 static void RegisterProvider(ProviderFunc provider,
Dpath_service.cc298 void PathService::RegisterProvider(ProviderFunc func, int key_start, in RegisterProvider() function in base::PathService
/external/perfetto/src/trace_processor/
Dfuchsia_trace_tokenizer.cc67 RegisterProvider(0, ""); in FuchsiaTraceTokenizer()
206 RegisterProvider(provider_id, name); in ParseRecord()
468 void FuchsiaTraceTokenizer::RegisterProvider(uint32_t provider_id, in RegisterProvider() function in perfetto::trace_processor::FuchsiaTraceTokenizer
Dfuchsia_trace_tokenizer.h56 void RegisterProvider(uint32_t, std::string);
/external/google-fruit/include/fruit/
Dcomponent.h481 …PartialComponent<fruit::impl::RegisterProvider<Lambda>, Bindings...> registerProvider(Lambda lambd…
510 PartialComponent<fruit::impl::RegisterProvider<AnnotatedSignature, Lambda>, Bindings...>
/external/google-fruit/include/fruit/impl/component_storage/
Dpartial_component_storage.defn.h162 class PartialComponentStorage<RegisterProvider<Params...>, PreviousBindings...> {