Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c72 static bool upb_isfield(const upb_refcounted *def) { in upb_isfield() function
81 return upb_isfield(def) ? (const upb_fielddef*)def : NULL; in upb_trygetfield()