Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c42 VALUE str_rb = rb_str_new(str, size); in create_frozen_string() local
44 rb_enc_associate(str_rb, in create_frozen_string()
46 rb_obj_freeze(str_rb); in create_frozen_string()
47 return str_rb; in create_frozen_string()