Home
last modified time | relevance | path

Searched refs:getConvertersThisLevel (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DState.java80 public Iterable<TypeConverterBinding> getConvertersThisLevel() {
163 Iterable<TypeConverterBinding> getConvertersThisLevel(); in getConvertersThisLevel() method
DInheritingState.java97 public Iterable<TypeConverterBinding> getConvertersThisLevel() { in getConvertersThisLevel() method in InheritingState
109 for (TypeConverterBinding converter : s.getConvertersThisLevel()) { in getConverter()
DInjectorImpl.java911 return ImmutableSet.copyOf(state.getConvertersThisLevel());
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java467 public Iterable<TypeConverterBinding> getConvertersThisLevel() { in getConvertersThisLevel() method in WeakKeySetTest.TestState