Home | History | Annotate | Download | only in reflect

Lines Matching full:value

66  * Convert a primitive value, performing a widening conversion if necessary.
81 * not primitive, this just returns "value" cast to an object.
83 DataObject* dvmWrapPrimitive(JValue value, ClassObject* returnType);
87 * returns "value" cast into a JValue.
89 bool dvmUnwrapPrimitive(Object* value, ClassObject* returnType,
139 * Find the default value for an annotation member.
192 JValue value;
225 * Returns the next decoded value from the iterator, advancing its
232 * @param value pointer to store decoded value into
233 * @returns true if a value was decoded and the cursor advanced; false if
234 * the last value had already been decoded or if there was a problem decoding
237 AnnotationValue* value);