Home
last modified time | relevance | path

Searched refs:mapBindings (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/javatests/dagger/internal/codegen/
DMapRequestRepresentationTest.java49 public void mapBindings() { in mapBindings() method in MapRequestRepresentationTest
DMapRequestRepresentationWithGuavaTest.java47 public void mapBindings() { in mapBindings() method in MapRequestRepresentationWithGuavaTest
/external/guice/core/src/com/google/inject/internal/
DRealMapBinder.java377 private ImmutableMap<K, Binding<V>> mapBindings; field in RealMapBinder.BindingSelection
505 mapBindings = ImmutableMap.copyOf(bindingMapMutable); in tryInitialize()
647 return mapBindings; in getMapBindings()