Home | History | Annotate | Download | only in runtime

Lines Matching refs:boxed_value

814   JValue boxed_value;
821 boxed_value.SetZ(primitive_field->GetBoolean(o));
824 boxed_value.SetB(primitive_field->GetByte(o));
827 boxed_value.SetC(primitive_field->GetChar(o));
830 boxed_value.SetF(primitive_field->GetFloat(o));
833 boxed_value.SetD(primitive_field->GetDouble(o));
836 boxed_value.SetI(primitive_field->GetInt(o));
839 boxed_value.SetJ(primitive_field->GetLong(o));
842 boxed_value.SetS(primitive_field->GetShort(o));
854 boxed_value, unboxed_value);