Home
last modified time | relevance | path

Searched defs:otherParamType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLFunctionDeclaration.cpp307 const Type* otherParamType = &otherParams[i]->type(); in parameters_match() local
327 const Type* otherParamType = &otherParams[i]->type(); in parameters_match() local
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DGenericMetadataSupportTest.java414 ParameterizedType otherParamType = (ParameterizedType) other; in parameterizedTypeOf() local