Searched refs:value32 (Results 1 – 1 of 1) sorted by relevance
65 int32_t value32; in readFromParcel() local66 RETURN_STATUS_IF_ERROR(parcel->readInt32(&value32)); in readFromParcel()67 setInt32(std::string(name), value32); in readFromParcel()