Searched refs:hasbits (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | decode_fast.c | 24 uint64_t hasbits, uint64_t data 26 #define UPB_PARSE_ARGS d, ptr, msg, table, hasbits, data 30 return fastdecode_generic(d, ptr, msg, table, hasbits, 0); 42 uint64_t hasbits, int overrun) { in fastdecode_isdonefallback() argument 48 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, tag); in fastdecode_isdonefallback() 54 uint64_t hasbits) { in fastdecode_dispatch() argument 59 *(uint32_t*)msg |= hasbits; // Sync hasbits. in fastdecode_dispatch() 62 return fastdecode_isdonefallback(d, ptr, msg, table, hasbits, overrun); in fastdecode_dispatch() 68 return fastdecode_tagdispatch(d, ptr, msg, table, hasbits, tag); in fastdecode_dispatch() 254 uint64_t *data, uint64_t *hasbits, in fastdecode_getfield() argument [all …]
|
D | decode_fast.h | 45 upb_msg *msg, intptr_t table, uint64_t hasbits, 50 uint64_t hasbits, uint64_t data
|
D | decode.int.h | 121 uint64_t hasbits, uint32_t tag) { in fastdecode_tagdispatch() argument 129 return table_p->fasttable[idx].field_parser(d, ptr, msg, table, hasbits, data); in fastdecode_tagdispatch()
|
D | decode.c | 648 upb_msg *msg, intptr_t table, uint64_t hasbits, in fastdecode_generic() argument 651 *(uint32_t*)msg |= hasbits; in fastdecode_generic()
|
D | msg.h | 56 uint64_t hasbits, uint64_t data);
|
/external/protobuf/ |
D | CHANGES.txt | 61 …* Make hasbits potentially in register. The or's start forming an obstacle because it's a read mod…
|