Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c2043 upb_strview FileBuilderContext_strdup_sym(VALUE _self, VALUE rb_sym) { in FileBuilderContext_strdup_sym() argument
2044 Check_Type(rb_sym, T_SYMBOL); in FileBuilderContext_strdup_sym()
2045 return FileBuilderContext_strdup(_self, rb_id2str(SYM2ID(rb_sym))); in FileBuilderContext_strdup_sym()
Dprotobuf.h320 upb_strview FileBuilderContext_strdup_sym(VALUE _self, VALUE rb_sym);