Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c599 VALUE Message_to_h(VALUE _self) { in Message_to_h() function
634 rb_ary_store(msg_value, i, Message_to_h(elem)); in Message_to_h()
640 msg_value = Message_to_h(msg_value); in Message_to_h()
739 rb_define_method(klass, "to_h", Message_to_h, 0); in build_class_from_descriptor()
Dmap.c691 value = Message_to_h(value); in Map_to_h()
Dprotobuf.h571 VALUE Message_to_h(VALUE _self);