Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:hasbit

6331 ** to memory and/or set a hasbit.  JIT compilers can then special-case these
6345 int32_t hasbit;
6356 * offset and, if hasbit >= 0, sets a bit at the given bit offset. Returns
6358 static bool Set(Handlers *h, const FieldDef *f, size_t ofs, int32_t hasbit);
6374 int32_t hasbit);
6384 int32_t hasbit) {
6385 return upb_shim_set(h, f, ofs, hasbit);