Searched refs:mem2 (Results 1 – 2 of 2) sorted by relevance
360 bool native_slot_eq(upb_fieldtype_t type, void* mem1, void* mem2) { in native_slot_eq() argument366 VALUE val2 = DEREF(mem2, VALUE); in native_slot_eq()371 return !memcmp(mem1, mem2, native_slot_size(type)); in native_slot_eq()
314 bool native_slot_eq(upb_fieldtype_t type, void* mem1, void* mem2);