Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.c1225 bool upb_fielddef_checkintfmt(int32_t fmt) { return between(fmt, 1, 3); } in upb_fielddef_checkintfmt() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1374 bool upb_fielddef_checkintfmt(int32_t fmt) { return between(fmt, 1, 3); } in upb_fielddef_checkintfmt() function