Searched defs:resultStyle (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/reflect/
H A DAnnotation.cpp296 * NULL when "resultStyle" is "kAllRaw".
298 * If "resultStyle" is "kAllObjects", the result will always be an Object of an
302 * If "resultStyle" is "kAllRaw", numeric constants are stored directly into
306 * If "resultStyle" is "kPrimitivesOrObjects", numeric constants are stored
319 AnnotationResultStyle resultStyle)
342 if (resultStyle == kAllObjects) {
350 if (resultStyle == kAllObjects) {
358 if (resultStyle == kAllObjects) {
366 if (resultStyle == kAllObjects) {
374 if (resultStyle
317 processAnnotationValue(const ClassObject* clazz, const u1** pPtr, AnnotationValue* pValue, AnnotationResultStyle resultStyle) argument
[all...]

Completed in 7 milliseconds