Home | History | Annotate | Download | only in protobuf

Lines Matching defs:hasbit

5896 ** to memory and/or set a hasbit.  JIT compilers can then special-case these
5910 int32_t hasbit;
5921 * offset and, if hasbit >= 0, sets a bit at the given bit offset. Returns
5923 static bool Set(Handlers *h, const FieldDef *f, size_t ofs, int32_t hasbit);
5939 int32_t hasbit);
5949 int32_t hasbit) {
5950 return upb_shim_set(h, f, ofs, hasbit);