OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contributionType
(Results
1 - 7
of
7
) sorted by null
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ContributionBinding.java
70
static enum
ContributionType
{
83
ContributionType
contributionType
() {
87
return
ContributionType
.SET;
89
return
ContributionType
.MAP;
91
return
ContributionType
.UNIQUE;
218
* Returns the {@link
ContributionType
}s represented by a given {@link ContributionBinding}
222
ImmutableListMultimap<
ContributionType
, B> contributionTypesFor(
224
ImmutableListMultimap.Builder<
ContributionType
, B> builder = ImmutableListMultimap.builder();
225
builder.orderKeysBy(Ordering.<
ContributionType
>natural())
[
all
...]
ProductionBinding.java
80
ContributionType
contributionType
() {
84
return
ContributionType
.SET;
86
return
ContributionType
.MAP;
88
return
ContributionType
.UNIQUE;
AbstractComponentWriter.java
182
private Snippet getComponentContributionSnippet(TypeElement
contributionType
) {
183
if (builderFields.containsKey(
contributionType
)) {
184
return Snippet.format("builder.%s", builderFields.get(
contributionType
).name());
186
Optional<Snippet> snippet = getOrCreateComponentContributionFieldSnippet(
contributionType
);
187
checkState(snippet.isPresent(), "no builder or component field for %s",
contributionType
);
197
TypeElement
contributionType
) {
198
MemberSelect fieldSelect = componentContributionFields.get(
contributionType
);
200
if (!builderFields.containsKey(
contributionType
)) {
204
componentWriter.addField(
contributionType
, simpleVariableName(
contributionType
));
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 2958 milliseconds