Home
last modified time | relevance | path

Searched refs:newArtificialTypeVariable (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java324 Types.newArtificialTypeVariable(List.class, "E", int.class); in testNewTypeVariable_primitiveTypeBound()
331 SerializableTester.reserialize(Types.newArtificialTypeVariable(List.class, "E")); in testNewTypeVariable_serializable()
338 return Types.newArtificialTypeVariable( in withBounds()
/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java300 return Types.newArtificialTypeVariable( in resolveInternal()
411 return Types.newArtificialTypeVariable( in capture()
DTypes.java154 static <D extends GenericDeclaration> TypeVariable<D> newArtificialTypeVariable( in newArtificialTypeVariable() method in Types
621 newArtificialTypeVariable(NativeTypeVariableEquals.class, "X"));