Home
last modified time | relevance | path

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

/external/TestParameterInjector/src/main/java/com/google/testing/junit/testparameterinjector/
DTestParameterAnnotation.java218 Method valueMethod = annotationType.getMethod("value"); in getValueType() local
232 Method valueMethod; in getParametersAnnotationValues() local
/external/guice/core/src/com/google/inject/internal/
DProvidesMethodScanner.java130 Method valueMethod = annotation.annotationType().getDeclaredMethod("value"); in findMapKeyAnnotation() local
156 Method valueMethod = mapKeyAnnotation.annotationType().getDeclaredMethod("value"); in typeAndValueOfMapKey() local
/external/go-cmp/cmp/internal/function/
Dfunc_test.go15 func (myType) valueMethod() {} func