OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 167 milliseconds