OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FieldDescriptor_alloc
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h
203
VALUE
FieldDescriptor_alloc
(VALUE klass);
defs.c
497
VALUE
FieldDescriptor_alloc
(VALUE klass) {
509
rb_define_alloc_func(klass,
FieldDescriptor_alloc
);
[
all
...]
Completed in 533 milliseconds