Searched defs:Injector (Results 1 – 15 of 15) sorted by relevance
149 friend class Injector; variable
61 class Injector; variable
130 friend class Injector; variable
74 friend class Injector; variable
1171 pub struct Injector<T> { struct1178 /// Indicates that dropping a `Injector<T>` may drop values of type `T`. argument1182 unsafe impl<T: Send> Send for Injector<T> {} argument1183 unsafe impl<T: Send> Sync for Injector<T> {} implementation1185 impl<T> Default for Injector<T> { implementation1202 impl<T> Injector<T> { impl1772 impl<T> Drop for Injector<T> { implementation1808 impl<T> fmt::Debug for Injector<T> { implementation
29 inline Injector<P...>::Injector(Component<P...> (*getComponent)(FormalArgs...), Args&&... args) { in Injector() function94 inline Injector<P...>::Injector(const NormalizedComponent<NormalizedComponentParams...>& normalized… in Injector() function
26 interface Injector<T> { interface
47 CodeInjector *Injector; variable
49 CodeInjector *Injector; variable
429 std::unique_ptr<CodeInjector> Injector; variable
55 public interface Injector { interface
329 interface Injector { interface in DefaultTextClassifierService
417 std::unique_ptr<CodeInjector> Injector; variable
91 CodeInjector *Injector; member in __anon08a15a4d0111::AnalysisConsumer
163 CodeInjector *Injector; member in __anonc8c8bf1f0211::AnalysisConsumer