Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/rb/ext/
Dstruct.c30 ID to_s_method_id; variable
669 …VALUE field_id = rb_funcall(self, name_to_id_method_id, 1, rb_funcall(setfield, to_s_method_id, 0)… in rb_thrift_union_write()
712 to_s_method_id = rb_intern("to_s"); in Init_struct()
713 rb_global_variable(&to_s_method_id); in Init_struct()