HomeSort by relevance Sort by last modified time
    Searched refs:unbox_for_result (Results 1 - 3 of 3) sorted by null

  /art/runtime/
reflection-inl.h 97 inline bool ConvertPrimitiveValue(bool unbox_for_result,
106 if (!unbox_for_result) {
reflection.h 56 ALWAYS_INLINE bool ConvertPrimitiveValue(bool unbox_for_result,
reflection.cc 775 bool unbox_for_result = (f == nullptr); local
778 if (!unbox_for_result) {
801 if (!unbox_for_result) {
    [all...]

Completed in 64 milliseconds