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

  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Indexer.java 45 enum BindingType {
62 final BindingType type;
65 IndexedBinding(Binding<?> binding, BindingType type, Object scope, Object extraEquality) {
109 return new Indexer.IndexedBinding(binding, BindingType.CONSTRUCTOR, scope(binding),
115 return new Indexer.IndexedBinding(binding, BindingType.CONSTANT, scope(binding),
120 return new Indexer.IndexedBinding(binding, BindingType.EXPOSED, scope(binding), binding);
124 return new Indexer.IndexedBinding(binding, BindingType.INSTANCE, scope(binding),
129 return new Indexer.IndexedBinding(binding, BindingType.LINKED_KEY, scope(binding),
134 return new Indexer.IndexedBinding(binding, BindingType.PROVIDED_BY, scope(binding),
139 return new Indexer.IndexedBinding(binding, BindingType.PROVIDER_INSTANCE, scope(binding)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
bind_task_runner_unittest.cc 119 template <typename BindingType, typename RequestType>
140 BindingType* binding() { return &binding_; }
143 BindingType binding_;
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 80 enum BindingType
96 , bindingType (BINDINGTYPE_BASIC)
106 BindingType bindingType;
183 switch (spec.bindingType)
265 switch (spec.bindingType)
928 if (m_spec.offsetType == OFFSETTYPE_INVALID || m_spec.offsetType == OFFSETTYPE_INVALID_DEFAULT || m_spec.bindingType == BINDINGTYPE_INVALID || m_spec.bindingType == BINDINGTYPE_INVALID_DEFAULT || m_spec.offsetType == OFFSETTYPE_INVALID_OVERLAPPING)
    [all...]
es31fProgramInterfaceQueryTests.cpp 536 enum BindingType
546 BindingType boundObject = BINDING_VARIABLE;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar 

Completed in 235 milliseconds