Home
last modified time | relevance | path

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

/third_party/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
167 DEREF(memory, VALUE) = native_slot_encode_and_freeze_string(type, value); in native_slot_set_value_and_case()
176 DEREF(memory, VALUE) = native_slot_encode_and_freeze_string(type, value); in native_slot_set_value_and_case()
Dmap.c78 key = native_slot_encode_and_freeze_string(self->key_type, key); in table_key()
Dprotobuf.h372 VALUE native_slot_encode_and_freeze_string(upb_fieldtype_t type, VALUE value);