Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c44 static VALUE rb_str_maybe_null(const char* s) { in rb_str_maybe_null() function
580 return rb_str_maybe_null(upb_msgdef_fullname(self->msgdef)); in Descriptor_name()
837 return rb_str_maybe_null(upb_fielddef_name(self->fielddef)); in FieldDescriptor_name()
1226 return rb_str_maybe_null(upb_oneofdef_name(self->oneofdef)); in OneofDescriptor_name()
1330 return rb_str_maybe_null(upb_enumdef_fullname(self->enumdef)); in EnumDescriptor_name()