OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cMap
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
map.c
135
VALUE
cMap
;
789
cMap
= klass;
790
rb_gc_register_address(&
cMap
);
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyMap.java
59
RubyClass
cMap
= protobuf.defineClassUnder("Map", runtime.getObject(), new ObjectAllocator() {
65
cMap
.includeModule(runtime.getEnumerable());
66
cMap
.defineAnnotatedMethods(RubyMap.class);
RubyMessage.java
69
this.
cMap
= (RubyClass) runtime.getClassFromPath("Google::Protobuf::Map");
[
all
...]
Completed in 586 milliseconds