Home
last modified time | relevance | path

Searched defs:upb_fielddef_checklabel (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c1223 bool upb_fielddef_checklabel(int32_t label) { return between(label, 1, 3); } in upb_fielddef_checklabel() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c1372 bool upb_fielddef_checklabel(int32_t label) { return between(label, 1, 3); } in upb_fielddef_checklabel() function