Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.c39 static VALUE cached_empty_bytes = Qnil; variable
52 return binary ? cached_empty_bytes : cached_empty_string; in get_frozen_string()
133 rb_gc_register_address(&cached_empty_bytes); in Init_protobuf_c()
135 cached_empty_bytes = create_frozen_string("", 0, true); in Init_protobuf_c()