Home
last modified time | relevance | path

Searched defs: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
372 private final TypeVariableImpl<?> typeVariableImpl; field in Types.TypeVariableInvocationHandler
374 TypeVariableInvocationHandler(TypeVariableImpl<?> typeVariableImpl) { in TypeVariableInvocationHandler()