HomeSort by relevance Sort by last modified time
    Searched refs:Injected (Results 1 - 5 of 5) sorted by null

  /external/guice/core/test/com/google/inject/
ScopesTest.java 426 assertSame(injector.getInstance(new Key<Injected<String>>() {}),
427 injector.getInstance(new Key<Injected<String>>() {}));
432 @ImplementedBy(Injected.class) public interface In<T> {}
433 @Singleton public static class Injected<T> implements In<T> {}
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 108 // injected class name of the named class template, we're entering
110 QualType Injected
112 if (Context.hasSameType(Injected, ContextType))
    [all...]
SemaTemplate.cpp 64 // injected-class-name (Clause 9). The injected-class-name
67 // equivalent to the injected-class-name followed by the
103 // A lookup that finds an injected-class-name (10.2) can result in an
105 // one base class). If all of the injected-class-names that are found
118 // found this template through a particular injected class name,
    [all...]