Home
last modified time | relevance | path

Searched refs:Map_length (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmap.c489 VALUE Map_length(VALUE _self) { in Map_length() function
828 rb_define_method(klass, "length", Map_length, 0); in Map_register()
Dprotobuf.h483 VALUE Map_length(VALUE _self);
Dencode_decode.c1320 if (!emit_defaults && Map_length(map) == 0) return; in putmap()