/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.c | 456 int32_t hasbit; member 464 if (d->hasbit > 0) \ 465 *(uint8_t*)&m[d->hasbit / 8] |= 1 << (d->hasbit % 8); \ 479 size_t offset, int32_t hasbit) { in MSG_WRITER() 486 d->hasbit = hasbit; in MSG_WRITER() 518 int32_t *hasbit) { in upb_msg_getscalarhandlerdata() argument 543 *hasbit = d->hasbit; in upb_msg_getscalarhandlerdata()
|
D | handlers.h | 715 int32_t hasbit); 723 int32_t *hasbit);
|
D | def.c | 1034 size_t hasbit; in make_layout() local 1092 for (upb_msg_field_begin(&it, m), hasbit = 0; in make_layout() 1124 field->presence = ++hasbit; in make_layout() 1131 l->size = div_round_up(hasbit, 8); in make_layout()
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 136 inline bool IsPresent(const void* base, uint32_t hasbit) { in IsPresent() argument 138 return (has_bits_array[hasbit / 32] & (1u << (hasbit & 31))) != 0; in IsPresent()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 136 inline bool IsPresent(const void* base, uint32_t hasbit) { in IsPresent() argument 138 return (has_bits_array[hasbit / 32] & (1u << (hasbit & 31))) != 0; in IsPresent()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | message.cc | 728 int hasbit = HasBitIndex(field); in HasByteIndex() local 729 return hasbit == kNoHasbit ? kNoHasbit : hasbit / 8; in HasByteIndex() 733 int hasbit = HasBitIndex(field); in HasWordIndex() local 734 return hasbit == kNoHasbit ? kNoHasbit : hasbit / 32; in HasWordIndex()
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 731 int hasbit = HasBitIndex(field); in HasByteIndex() local 732 return hasbit == kNoHasbit ? kNoHasbit : hasbit / 8; in HasByteIndex() 736 int hasbit = HasBitIndex(field); in HasWordIndex() local 737 return hasbit == kNoHasbit ? kNoHasbit : hasbit / 32; in HasWordIndex()
|
/external/protobuf/docs/ |
D | implementing_proto3_presence.md | 349 the hasbit to determine if the oneof is present or not. 351 method like `Reflection::HasField()` should know to look for the hasbit for a
|
/external/cronet/third_party/protobuf/docs/ |
D | implementing_proto3_presence.md | 349 the hasbit to determine if the oneof is present or not. 351 method like `Reflection::HasField()` should know to look for the hasbit for a
|
/external/cldr/common/testData/transforms/ |
D | und-Latn-t-und-orya.txt | 1001 ହସ୍ବିତା hasbitā
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 6705 size_t hasbit = 0; in make_layout() local 6711 field->presence = ++hasbit; in make_layout() 6712 if (hasbit >= 63) { in make_layout() 6744 field->presence = ++hasbit; in make_layout() 6751 l->size = hasbit ? div_round_up(hasbit + 1, 8) : 0; in make_layout()
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 6705 size_t hasbit = 0; in make_layout() local 6711 field->presence = ++hasbit; in make_layout() 6712 if (hasbit >= 63) { in make_layout() 6744 field->presence = ++hasbit; in make_layout() 6751 l->size = hasbit ? div_round_up(hasbit + 1, 8) : 0; in make_layout()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 6995 size_t hasbit = 0; in make_layout() local 7001 field->presence = ++hasbit; in make_layout() 7002 if (hasbit >= 63) { in make_layout() 7034 field->presence = ++hasbit; in make_layout() 7041 l->size = hasbit ? div_round_up(hasbit + 1, 8) : 0; in make_layout()
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 6995 size_t hasbit = 0; in make_layout() local 7001 field->presence = ++hasbit; in make_layout() 7002 if (hasbit >= 63) { in make_layout() 7034 field->presence = ++hasbit; in make_layout() 7041 l->size = hasbit ? div_round_up(hasbit + 1, 8) : 0; in make_layout()
|