Searched defs:Injector (Results 1 – 13 of 13) sorted by relevance
96 public class Injector { class108 public Injector() { in Injector() method in Injector113 Injector(PluginFinder pluginFinder) { in Injector() method in Injector119 private Injector(Injector superInjector, Map<Key<?>, Provider<?>> providers, in Injector() method in Injector
149 friend class Injector; variable
130 friend class Injector; variable
61 class Injector; variable
74 friend class Injector; variable
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
1296 pub struct Injector<T> { struct1303 /// Indicates that dropping a `Injector<T>` may drop values of type `T`. argument1307 unsafe impl<T: Send> Send for Injector<T> {} implementation1308 unsafe impl<T: Send> Sync for Injector<T> {} implementation1310 impl<T> Default for Injector<T> { implementation1327 impl<T> Injector<T> { impl1975 impl<T> Drop for Injector<T> { implementation2011 impl<T> fmt::Debug for Injector<T> { implementation
26 interface Injector<T> { interface
47 CodeInjector *Injector; variable
55 public interface Injector { interface
350 interface Injector { interface in DefaultTextClassifierService
417 std::unique_ptr<CodeInjector> Injector; variable
163 CodeInjector *Injector; member in __anon16e190fd0211::AnalysisConsumer