HomeSort by relevance Sort by last modified time
    Searched refs:contributionType (Results 1 - 9 of 9) 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...]
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...]
SubcomponentWriter.java 84 TypeElement contributionType) {
85 return super.getOrCreateComponentContributionFieldSnippet(contributionType)
86 .or(parent.getOrCreateComponentContributionFieldSnippet(contributionType));
FrameworkField.java 68 switch (contributionBinding.contributionType()) {
ProductionBinding.java 80 ContributionType contributionType() {
84 return ContributionType.SET;
86 return ContributionType.MAP;
88 return ContributionType.UNIQUE;
SourceFiles.java 237 if (contributionBinding.contributionType().isMultibinding()) {
  /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 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 129 milliseconds