Home
last modified time | relevance | path

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

/third_party/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
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c166 size_t case_ofs; // oneof_case field member
173 uint32_t case_ofs, in newoneofhandlerdata()
Dupb.h1026 UPB_INLINE bool _upb_has_oneof_field(const void *msg, size_t case_ofs, int32_t num) { in _upb_has_oneof_field()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h1061 UPB_INLINE uint32_t *_upb_oneofcase(upb_msg *msg, size_t case_ofs) { in _upb_oneofcase()
1065 UPB_INLINE uint32_t _upb_getoneofcase(const void *msg, size_t case_ofs) { in _upb_getoneofcase()