Home
last modified time | relevance | path

Searched defs:case_ofs (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.h169 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()
Ddecode_fast.c265 uint16_t case_ofs = *data >> 32; in fastdecode_getfield() local
/external/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c84 size_t case_ofs; in which_oneof_field() local
Dencode_decode.c138 size_t case_ofs; // oneof_case field member
145 uint32_t case_ofs, in newoneofhandlerdata()
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c180 size_t case_ofs; // oneof_case field member
189 uint32_t case_ofs, in newoneofhandlerdata()
Dupb.h851 UPB_INLINE bool _upb_has_oneof_field(const void *msg, size_t case_ofs, int32_t num) { in _upb_has_oneof_field()