Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.c514 bool upb_fielddef_checkintfmt(int32_t fmt) { return between(fmt, 1, 3); } in upb_fielddef_checkintfmt() function
/external/protobuf/php/ext/google/protobuf/
Dupb.c1725 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.c2467 bool upb_fielddef_checkintfmt(int32_t fmt) { return between(fmt, 1, 3); } in upb_fielddef_checkintfmt() function