Home
last modified time | relevance | path

Searched defs:withBounds (Results 1 – 3 of 3) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeVariableName.java60 public TypeVariableName withBounds(Type... bounds) { in withBounds() method in TypeVariableName
64 public TypeVariableName withBounds(TypeName... bounds) { in withBounds() method in TypeVariableName
68 public TypeVariableName withBounds(List<? extends TypeName> bounds) { in withBounds() method in TypeVariableName
/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java319 private static <D extends GenericDeclaration> TypeVariable<D> withBounds( in withBounds() method in TypesTest
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypesTest.java319 private static <D extends GenericDeclaration> TypeVariable<D> withBounds( in withBounds() method in TypesTest