Home
last modified time | relevance | path

Searched refs:mem2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dstorage.c360 bool native_slot_eq(upb_fieldtype_t type, void* mem1, void* mem2) { in native_slot_eq() argument
366 VALUE val2 = DEREF(mem2, VALUE); in native_slot_eq()
371 return !memcmp(mem1, mem2, native_slot_size(type)); in native_slot_eq()
Dprotobuf.h314 bool native_slot_eq(upb_fieldtype_t type, void* mem1, void* mem2);