Searched refs:visitType (Results 1 – 8 of 8) sorted by relevance
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
D | SpiUtils.java | 111 Iterable<? extends Module> modules, VisitType visitType, boolean allowDuplicates, in assertMapVisitor() argument 113 if(visitType == null) { in assertMapVisitor() 117 if (visitType == BOTH || visitType == INJECTOR) { in assertMapVisitor() 122 if (visitType == BOTH || visitType == MODULE) { in assertMapVisitor() 419 Iterable<? extends Module> modules, VisitType visitType, boolean allowDuplicates, in assertSetVisitor() argument 421 if(visitType == null) { in assertSetVisitor() 425 if(visitType == BOTH || visitType == INJECTOR) { in assertSetVisitor() 430 if(visitType == BOTH || visitType == MODULE) { in assertSetVisitor() 624 VisitType visitType, in assertOptionalVisitor() argument 629 if (visitType == null) { in assertOptionalVisitor() [all …]
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | FrameworkField.java | 142 public String visitType(TypeElement e, Void p) {
|
D | DependencyRequestFormatter.java | 129 public String visitType(TypeElement e, Optional<AnnotationMirror> p) { in format() method in DependencyRequestFormatter
|
D | Binding.java | 147 public TypeElement visitType(TypeElement e, Void p) {
|
D | ConfigurationAnnotations.java | 145 public TypeMirror visitType(TypeMirror t, Void p) {
|
D | MapKeys.java | 198 public Snippet visitType(TypeMirror t, AnnotationValue p) { in visitType() method in MapKeys.MapKeySnippet
|
/external/python/cpython2/Parser/ |
D | asdl_c.py | 105 def visitType(self, type, depth=0): member in TypeDefVisitor 145 def visitType(self, type, depth=0): member in StructVisitor 215 def visitType(self, type): member in PrototypeVisitor 339 def visitType(self, type): member in PickleVisitor
|
D | asdl.py | 341 def visitType(self, type): member in Check
|