Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c489 VALUE enum_lookup(VALUE self, VALUE number) { in enum_lookup() function
553 rb_define_singleton_method(mod, "lookup", enum_lookup, 1); in build_module_from_enumdesc()
Dprotobuf.h507 VALUE enum_lookup(VALUE self, VALUE number);
Dstorage.c236 VALUE symbol = enum_lookup(type_class, INT2NUM(val)); in native_slot_get()