HomeSort by relevance Sort by last modified time
    Searched refs:enum_lookup (Results 1 - 3 of 3) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
message.c 489 VALUE enum_lookup(VALUE self, VALUE number) { function
553 rb_define_singleton_method(mod, "lookup", enum_lookup, 1);
protobuf.h 507 VALUE enum_lookup(VALUE self, VALUE number);
storage.c 236 VALUE symbol = enum_lookup(type_class, INT2NUM(val));

Completed in 85 milliseconds