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

  /external/protobuf/php/ext/google/protobuf/
storage.c 101 void native_slot_init(upb_fieldtype_t type, void* memory) { function
510 native_slot_init(upb_fielddef_type(field), memory);
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 256 void native_slot_init(upb_fieldtype_t type, void* memory) { function
702 native_slot_init(upb_fielddef_type(field), memory);
protobuf.h 310 void native_slot_init(upb_fieldtype_t type, void* memory);
repeated_field.c 175 native_slot_init(field_type, elem);
encode_decode.c 255 native_slot_init(mapdata->key_field_type, &frame->key_storage);
256 native_slot_init(mapdata->value_field_type, &frame->value_storage);
    [all...]

Completed in 55 milliseconds