Home
last modified time | relevance | path

Searched defs:hasbit (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c503 size_t hasbit = 0; in create_layout() local
740 size_t hasbit = layout->fields[upb_fielddef_index(field)].hasbit; in slot_set_hasbit() local
749 size_t hasbit = layout->fields[upb_fielddef_index(field)].hasbit; in slot_clear_hasbit() local
757 size_t hasbit = layout->fields[upb_fielddef_index(field)].hasbit; in slot_is_hasbit_set() local
Dencode_decode.c126 int32_t hasbit; member
130 static const void* newhandlerdata(upb_handlers* h, uint32_t ofs, int32_t hasbit) { in newhandlerdata()
140 int32_t hasbit; member
149 int32_t hasbit, in newsubmsghandlerdata()
230 static void set_hasbit(void *closure, int32_t hasbit) { in set_hasbit()
716 int32_t hasbit = -1; in add_handlers_for_singular_field() local
Dprotobuf.h512 uint32_t hasbit; member
Dupb.c579 uint32_t hasbit = field->presence; in decode_tomsg() local
852 uint32_t hasbit = f->presence; in upb_readhasbit() local
3900 size_t hasbit; in make_layout() local
5177 uint32_t hasbit = field->presence; in upb_msg_has() local
5885 int32_t hasbit; member
5947 int32_t *hasbit) { in upb_msg_getscalarhandlerdata()
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.h125 inline bool IsPresent(const void* base, uint32 hasbit) { in IsPresent()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc652 int hasbit = HasBitIndex(field); in HasByteIndex() local
657 int hasbit = HasBitIndex(field); in HasWordIndex() local
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c4355 size_t hasbit; in make_layout() local