Searched refs:DO_FIRST_ARG (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | reflection.cc | 262 #define DO_FIRST_ARG(boxed, get_fn, append) { \ in BuildArgArrayFromObjectArray() macro 296 DO_FIRST_ARG(Boolean, GetBoolean, Append) in BuildArgArrayFromObjectArray() 300 DO_FIRST_ARG(Byte, GetByte, Append) in BuildArgArrayFromObjectArray() 304 DO_FIRST_ARG(Character, GetChar, Append) in BuildArgArrayFromObjectArray() 308 DO_FIRST_ARG(Short, GetShort, Append) in BuildArgArrayFromObjectArray() 313 DO_FIRST_ARG(Integer, GetInt, Append) in BuildArgArrayFromObjectArray() 320 DO_FIRST_ARG(Long, GetLong, AppendWide) in BuildArgArrayFromObjectArray() 328 DO_FIRST_ARG(Float, GetFloat, AppendFloat) in BuildArgArrayFromObjectArray() 337 DO_FIRST_ARG(Double, GetDouble, AppendDouble) in BuildArgArrayFromObjectArray() 352 #undef DO_FIRST_ARG in BuildArgArrayFromObjectArray()
|