Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c175 static bool needs_typeclass(upb_fieldtype_t type) { in needs_typeclass() function
245 if (needs_typeclass(self->value_type) && argc > 2) { in Map_init()