Searched defs:case_ofs (Results 1 – 10 of 10) sorted by relevance
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
| D | msg.h | 169 UPB_INLINE uint32_t *_upb_oneofcase(upb_msg *msg, size_t case_ofs) { in _upb_oneofcase() 173 UPB_INLINE uint32_t _upb_getoneofcase(const void *msg, size_t case_ofs) { in _upb_getoneofcase()
|
| D | decode_fast.c | 265 uint16_t case_ofs = *data >> 32; in fastdecode_getfield() local
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.h | 1491 UPB_INLINE uint32_t* _upb_oneofcase(upb_Message* msg, size_t case_ofs) { in _upb_oneofcase() 1495 UPB_INLINE uint32_t _upb_getoneofcase(const void* msg, size_t case_ofs) { in _upb_getoneofcase()
|
| D | ruby-upb.c | 3836 uint16_t case_ofs = *data >> 32; in fastdecode_getfield() local
|
| /external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | ruby-upb.h | 1491 UPB_INLINE uint32_t* _upb_oneofcase(upb_Message* msg, size_t case_ofs) { in _upb_oneofcase() 1495 UPB_INLINE uint32_t _upb_getoneofcase(const void* msg, size_t case_ofs) { in _upb_getoneofcase()
|
| D | ruby-upb.c | 3836 uint16_t case_ofs = *data >> 32; in fastdecode_getfield() local
|
| /external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
| D | php-upb.h | 1460 UPB_INLINE uint32_t* _upb_oneofcase(upb_Message* msg, size_t case_ofs) { in _upb_oneofcase() 1464 UPB_INLINE uint32_t _upb_getoneofcase(const void* msg, size_t case_ofs) { in _upb_getoneofcase()
|
| D | php-upb.c | 3802 uint16_t case_ofs = *data >> 32; in fastdecode_getfield() local
|
| /external/protobuf/php/ext/google/protobuf/ |
| D | php-upb.h | 1460 UPB_INLINE uint32_t* _upb_oneofcase(upb_Message* msg, size_t case_ofs) { in _upb_oneofcase() 1464 UPB_INLINE uint32_t _upb_getoneofcase(const void* msg, size_t case_ofs) { in _upb_getoneofcase()
|
| D | php-upb.c | 3802 uint16_t case_ofs = *data >> 32; in fastdecode_getfield() local
|