Home
last modified time | relevance | path

Searched refs:native_slot_encode_and_freeze_string (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c94 VALUE native_slot_encode_and_freeze_string(upb_fieldtype_t type, VALUE value) { in native_slot_encode_and_freeze_string() function
165 DEREF(memory, VALUE) = native_slot_encode_and_freeze_string(type, value); in native_slot_set_value_and_case()
174 DEREF(memory, VALUE) = native_slot_encode_and_freeze_string(type, value); in native_slot_set_value_and_case()
Dmap.c75 key = native_slot_encode_and_freeze_string(self->key_type, key); in table_key()
Dprotobuf.h364 VALUE native_slot_encode_and_freeze_string(upb_fieldtype_t type, VALUE value);