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

  /external/guice/core/src/com/google/inject/internal/
BindingImpl.java 33 private final Scoping scoping; field in class:BindingImpl
41 Scoping scoping) {
46 this.scoping = scoping;
49 protected BindingImpl(Object source, Key<T> key, Scoping scoping) {
54 this.scoping = scoping;
    [all...]
LinkedProviderBindingImpl.java 41 Scoping scoping,
44 super(injector, key, source, internalFactory, scoping);
54 Scoping scoping,
56 this(injector, key, source, internalFactory, scoping, providerKey, null);
62 Scoping scoping,
64 super(source, key, scoping);
74 Scoping scoping
    [all...]
LinkedBindingImpl.java 40 Scoping scoping,
42 super(injector, key, source, internalFactory, scoping);
46 public LinkedBindingImpl(Object source, Key<T> key, Scoping scoping, Key<? extends T> targetKey) {
47 super(source, key, scoping);
67 public BindingImpl<T> withScoping(Scoping scoping) {
68 return new LinkedBindingImpl<T>(getSource(), getKey(), scoping, targetKey);
UntargettedBindingImpl.java 40 Scoping.UNSCOPED);
43 public UntargettedBindingImpl(Object source, Key<T> key, Scoping scoping) {
44 super(source, key, scoping);
53 public BindingImpl<T> withScoping(Scoping scoping) {
54 return new UntargettedBindingImpl<T>(getSource(), getKey(), scoping);
BindingProcessor.java 82 scoping,
107 Scoping.scope(key, injector, factory, source, scoping);
136 Scoping.scope(key, injector, factory, source, scoping);
139 injector, key, source, scopedFactory, scoping, provider, injectionPoints));
158 Scoping.scope(
163 scoping);
166 injector, key, source, scopedFactory, scoping, providerKey));
181 Scoping.scope(key, injector, factory, source, scoping)
    [all...]
ProviderInstanceBindingImpl.java 44 Scoping scoping,
47 super(injector, key, source, internalFactory, scoping);
55 Scoping scoping,
58 super(source, key, scoping);
96 public BindingImpl<T> withScoping(Scoping scoping) {
98 getSource(), getKey(), scoping, injectionPoints, providerInstance);
ConstructorBindingImpl.java 54 Scoping scoping,
57 super(injector, key, source, scopedFactory, scoping);
65 Scoping scoping,
68 super(source, key, scoping);
87 Scoping scoping,
124 // if no scope is specified, look for a scoping annotation on the concrete class
125 if (!scoping.isExplicitlyScoped())
    [all...]
AbstractBindingProcessor.java 141 Scoping scoping; field in class:AbstractBindingProcessor.Processor
147 scoping = binding.getScoping();
152 scoping = Scoping.makeInjectable(scoping, injector, errors);
InstanceBindingImpl.java 43 super(injector, key, source, internalFactory, Scoping.EAGER_SINGLETON);
49 Object source, Key<T> key, Scoping scoping, Set<InjectionPoint> injectionPoints, T instance) {
50 super(source, key, scoping);
78 public BindingImpl<T> withScoping(Scoping scoping) {
79 return new InstanceBindingImpl<T>(getSource(), getKey(), scoping, injectionPoints, instance);
Scoping.java 37 public abstract class Scoping {
40 * No scoping annotation has been applied. Note that this is different from {@code
43 public static final Scoping UNSCOPED =
44 new Scoping() {
67 * No scoping annotation has been applied explicitly. Note that this is is the same as {@code
70 private static final Scoping EXPLICITLY_UNSCOPED =
71 new Scoping() {
93 public static final Scoping SINGLETON_ANNOTATION =
94 new Scoping() {
116 public static final Scoping SINGLETON_INSTANCE
    [all...]
UntargettedBindingProcessor.java 54 injector.createUninitializedBinding(key, scoping, source, errors, false);
InternalProviderInstanceBindingImpl.java 41 Scoping scoping) {
47 scoping,
InjectorImpl.java 372 Scoping.UNSCOPED);
510 Scoping.UNSCOPED);
674 Key<T> key, Scoping scoping, Object source, Errors errors, boolean jitBinding)
696 return createImplementedByBinding(key, scoping, implementedBy, errors);
703 return createProvidedByBinding(key, scoping, providedBy, errors);
711 scoping,
754 Key<T> key, Scoping scoping, ProvidedBy providedBy, Errors errors) throws ErrorsException {
774 Scoping.<T>scope(key, this, internalFactory, source, scoping)
    [all...]
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 338 // crazy scoping rules mean |methodName| actually bleeds out of the loop!
  /external/antlr/runtime/Ruby/lib/antlr3/
token.rb 427 scoping behavior can be mildly confusing if you're trying to get a handle of the
460 # note the self:: scoping below is due to the fact that
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 804 // starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 772 // starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]

Completed in 873 milliseconds