Home
last modified time | relevance | path

Searched defs:typeVariables (Results 1 – 7 of 7) sorted by relevance

/external/doclava/src/com/google/doclava/
DParameterInfo.java70 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) { in makeHDF()
74 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables, in makeHDF()
82 HashSet<String> typeVariables) { in makeHDF()
87 HashSet<String> typeVariables, Map<String, TypeInfo> typeMapping) { in makeHDF()
DTypeInfo.java247 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) { in makeHDF()
251 public void makeQualifiedHDF(Data data, String base, HashSet<String> typeVariables) { in makeQualifiedHDF()
297 HashSet<String> typeVariables) { in makeHDF()
345 static HashSet<String> typeVariables(ArrayList<TypeInfo> params) { in typeVariables() method in TypeInfo
349 static HashSet<String> typeVariables(ArrayList<TypeInfo> params, HashSet<String> result) { in typeVariables() method in TypeInfo
DMethodInfo.java648 public HashSet<String> typeVariables() { in typeVariables() method in MethodInfo
DInfoBuilder.java889 ArrayList<TypeInfo> typeVariables = new ArrayList<TypeInfo>(); in buildTypeVariables() local
DClassInfo.java302 public HashSet<String> typeVariables() { in typeVariables() method in ClassInfo
/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java150 TypeVariable<Class<HasTypeParameters>>[] typeVariables in testTypeVariableWithNoBound() local
165 TypeVariable<Class<HasTypeParameters>>[] typeVariables in testTypeVariablesWithSingleBound() local
180 TypeVariable<Class<HasTypeParameters>>[] typeVariables in testTypeVariableWithMultipleBounds() local
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DInterfaceWriter.java29 private final List<TypeVariableName> typeVariables; field in InterfaceWriter