Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/
DKey.java81 this.toStringSupplier = createToStringSupplier(); in Key()
103 this.toStringSupplier = createToStringSupplier(); in Key()
123 this.toStringSupplier = createToStringSupplier(); in Key()
134 this.toStringSupplier = createToStringSupplier(); in Key()
142 this.toStringSupplier = createToStringSupplier(); in Key()
155 private Supplier<String> createToStringSupplier() { in createToStringSupplier() method in Key