HomeSort by relevance Sort by last modified time
    Searched defs:native_slot_size (Results 1 - 2 of 2) sorted by null

  /external/protobuf/php/ext/google/protobuf/
storage.c 19 size_t native_slot_size(upb_fieldtype_t type) { function
317 field_size = native_slot_size(upb_fielddef_type(field));
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 43 size_t native_slot_size(upb_fieldtype_t type) { function
307 memcpy(to, from, native_slot_size(type));
326 memcpy(to, from, native_slot_size(type));
341 return !memcmp(mem1, mem2, native_slot_size(type));
425 field_size = native_slot_size(upb_fielddef_type(field));

Completed in 100 milliseconds