Home
last modified time | relevance | path

Searched refs:getBindings (Results 1 – 25 of 32) sorted by relevance

12

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DResolvedRecursiveType.java41 public TypeBindings getBindings() { in getBindings() method in ResolvedRecursiveType
43 return _referencedType.getBindings(); in getBindings()
45 return super.getBindings(); in getBindings()
DTypeFactory.java444 if (baseType.getBindings().isEmpty()) { in constructSpecializedType()
513 List<JavaType> expectedTypes = sourceType.getBindings().getTypeParameters(); in _resolveTypePlaceholders()
514 List<JavaType> actualTypes = actualType.getBindings().getTypeParameters(); in _resolveTypePlaceholders()
568 List<JavaType> expectedTypes = exp.getBindings().getTypeParameters(); in _verifyAndResolvePlaceholders()
569 List<JavaType> actualTypes = act.getBindings().getTypeParameters(); in _verifyAndResolvePlaceholders()
642 return match.getBindings().typeParameterArray(); in findTypeParameters()
761 bindings = contextType.getBindings(); in constructType()
774 bindings = contextType.getBindings(); in constructType()
1361 TypeBindings b = resultType.getBindings(); in _applyModifiers()
DTypeBase.java86 public TypeBindings getBindings() { in getBindings() method in TypeBase
157 return match.getBindings().typeParameterArray(); in findTypeParameters()
/external/guice/core/test/com/google/inject/spi/
DBindingTargetVisitorTest.java31 for (Binding<?> binding : injector.getBindings().values()) { in testBindingTargetVisitorTypeTest()
DSpiBindingsTest.java467 List<Binding<?>> bindings = Lists.newArrayList(injector.getBindings().values()); in checkInjector()
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DDefaultRootKeySetCreator.java39 for (Key<?> key : injector.getBindings().keySet()) { in getRootKeys()
DAbstractInjectorGrapher.java111 Iterable<Binding<?>> bindings = getBindings(injector, root); in graph()
211 private Iterable<Binding<?>> getBindings(Injector injector, Set<Key<?>> root) { in getBindings() method in AbstractInjectorGrapher
/external/guice/core/src/com/google/inject/internal/
DRealMultibinder.java177 this.bindings = bindingSelection.getBindings(); in initialize()
388 return injector.getBindings().containsKey(getPermitDuplicatesKey()); in permitsDuplicates()
391 ImmutableList<Binding<T>> getBindings() { in getBindings() method in RealMultibinder.BindingSelection
544 for (Binding<T> binding : bindingSelection.getBindings()) { in initialize()
DInternalInjectorCreator.java255 public Map<Key<?>, Binding<?>> getBindings() { in getBindings() method in InternalInjectorCreator.ToolStageInjector
256 return this.delegateInjector.getBindings(); in getBindings()
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DBindingCollector.java47 public Map<Key<?>, TypeLiteral<?>> getBindings() { in getBindings() method in BindingCollector
/external/guice/core/src/com/google/inject/
DInjector.java103 Map<Key<?>, Binding<?>> getBindings(); in getBindings() method
/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
DManager.java51 for (Binding<?> binding : injector.getBindings().values()) { in manage()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp380 const vector<DescriptorSp> getBindings (void) const { return m_bindings; } in getBindings() function in vkt::BindingModel::__anon7f3b6a760111::DescriptorSet
1440 …if (m_descriptorSets[srcSet]->getBindings()[srcBinding]->getType() == VK_DESCRIPTOR_TYPE_INLINE_UN… in copyDescriptor()
1443 …= static_cast<InlineUniformBlockDescriptor*>(m_descriptorSets[srcSet]->getBindings()[srcBinding].g… in copyDescriptor()
1452 …descriptorCopy.dstSet]->getBindings()[descriptorCopy.dstBinding]->copyValue(*m_descriptorSets[desc… in copyDescriptor()
1462 const vector<DescriptorSp> bindings = m_descriptorSets[descriptorSetIdx]->getBindings(); in getShaderDeclarations()
1480 const vector<DescriptorSp> bindings = m_descriptorSets[descriptorSetIdx]->getBindings(); in getDescriptorVerifications()
1618 const vector<DescriptorSp>& bindings = m_descriptorSets[descriptorSetIdx]->getBindings(); in run()
1813 const vector<DescriptorSp>& bindings = m_descriptorSets[descriptorSetIdx]->getBindings(); in run()
1876 const vector<DescriptorSp>& bindings = m_descriptorSets[descriptorSetIdx]->getBindings(); in run()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedFieldCollector.java71 fields = _findFields(new TypeResolutionContext.Basic(_typeFactory, parent.getBindings()), in _findFields()
DBasicBeanDescription.java278 return _type.getBindings(); in bindingsForBeanType()
287 return _config.getTypeFactory().constructType(jdkType, _type.getBindings()); in resolveType()
DAnnotatedMethodCollector.java55 new TypeResolutionContext.Basic(typeFactory, type.getBindings()), in collect()
DAnnotatedClassResolver.java54 _bindings = type.getBindings(); in AnnotatedClassResolver()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DJavaType.java432 public abstract TypeBindings getBindings(); in getBindings() method in JavaType
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DExtensionSpiTest.java66 for (Binding<?> binding : injector.getBindings().values()) { in testSpiOnVisitor()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestTypeFactory.java180 JavaType t3 = tf.constructParametricType(HashSet.class, t.getBindings()); // HashSet<String> in testParametricTypes()
195 JavaType custom2 = tf.constructParametricType(SingleArgGeneric.class, t.getBindings()); in testParametricTypes()
DTestJavaType.java285 TypeBindings bindings = t.getBindings(); in testConstructReferenceType()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DExtensionSpiTest.java68 for (Binding binding : injector.getBindings().values()) { in testSpiOnInjector()
/external/guice/core/test/com/google/inject/
DInjectorTest.java131 for (Binding<?> binding : injector.getBindings().values()) {
/external/kotlinc/lib/
Dkotlin-script-runtime.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-script- ...
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializerFactory.java162 …builderType = ctxt.getTypeFactory().constructParametricType(builderClass, valueType.getBindings()); in createBuilderBasedDeserializer()

12