Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/reflect/
DTypes.java326 TypeVariableImpl<D> typeVariableImpl = in newTypeVariableImpl() local
330 TypeVariable.class, new TypeVariableInvocationHandler(typeVariableImpl)); in newTypeVariableImpl()
372 private final TypeVariableImpl<?> typeVariableImpl; field in Types.TypeVariableInvocationHandler
374 TypeVariableInvocationHandler(TypeVariableImpl<?> typeVariableImpl) { in TypeVariableInvocationHandler() argument
375 this.typeVariableImpl = typeVariableImpl; in TypeVariableInvocationHandler()
385 return typeVariableMethod.invoke(typeVariableImpl, args); in invoke()
438 TypeVariableImpl<?> that = typeVariableInvocationHandler.typeVariableImpl; in equals()