OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mapOfValueRequest
(Results
1 - 2
of
2
) sorted by null
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ProductionBinding.java
142
ProductionBinding implicitMapOfProducerBinding(DependencyRequest
mapOfValueRequest
) {
143
checkNotNull(
mapOfValueRequest
);
145
keyFactory.implicitMapProducerKeyFrom(
mapOfValueRequest
.key());
147
implicitMapOfProducerKey.isPresent(), "%s is not for a Map<K, V>",
mapOfValueRequest
);
150
mapOfValueRequest
, implicitMapOfProducerKey.get());
152
mapOfValueRequest
.key(),
155
findBindingPackage(
mapOfValueRequest
.key()),
ProvisionBinding.java
188
ProvisionBinding implicitMapOfProviderBinding(DependencyRequest
mapOfValueRequest
) {
189
checkNotNull(
mapOfValueRequest
);
191
keyFactory.implicitMapProviderKeyFrom(
mapOfValueRequest
.key());
195
mapOfValueRequest
);
198
mapOfValueRequest
, implicitMapOfProviderKey.get());
200
mapOfValueRequest
.key(),
203
findBindingPackage(
mapOfValueRequest
.key()),
Completed in 1445 milliseconds