OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Message_initialize
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
message.c
239
VALUE
Message_initialize
(int argc, VALUE* argv, VALUE _self) {
462
rb_define_method(klass, "initialize",
Message_initialize
, -1);
protobuf.h
490
VALUE
Message_initialize
(int argc, VALUE* argv, VALUE _self);
Completed in 1057 milliseconds