Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/writing/
DMapBindingExpression.java96 return collectionsStaticFactoryInvocation(requestingClass, CodeBlock.of("emptyMap()")); in getDependencyExpression()
98 return collectionsStaticFactoryInvocation( in getDependencyExpression()
139 private Expression collectionsStaticFactoryInvocation( in collectionsStaticFactoryInvocation() method in MapBindingExpression
DSetBindingExpression.java85 return collectionsStaticFactoryInvocation(requestingClass, CodeBlock.of("emptySet()")); in getDependencyExpression()
91 return collectionsStaticFactoryInvocation( in getDependencyExpression()
140 private Expression collectionsStaticFactoryInvocation( in collectionsStaticFactoryInvocation() method in SetBindingExpression
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...