Searched defs:oneof_case (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_table_driven_lite.h | 139 inline void SetOneofField(MessageLite* msg, uint32* oneof_case, in SetOneofField() 182 Arena* arena, MessageLite* msg, uint32* oneof_case, in ResetOneofField() 507 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() local 574 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() local 611 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() local 701 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() local
|
D | generated_message_reflection.cc | 2109 uint32 oneof_case = GetOneofCase(*message, oneof_descriptor); in ClearOneof() local
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 769 uint32_t oneof_case = slot_read_oneof_case(layout, storage, oneof); in layout_has() local 787 uint32_t* oneof_case = slot_oneof_case(layout, storage, oneof); in layout_clear() local 882 uint32_t oneof_case = slot_read_oneof_case(layout, storage, oneof); in layout_get() local 949 uint32_t* oneof_case = slot_oneof_case(layout, storage, oneof); in layout_set() local
|
D | message.c | 82 uint32_t oneof_case; in which_oneof_field() local
|
D | encode_decode.c | 1516 uint32_t oneof_case = in putmsg() local 1723 uint32_t oneof_case = in discard_unknown() local
|
/third_party/grpc/third_party/upb/upb/ |
D | reflection.c | 105 uint32_t oneof_case = _upb_getoneofcase_field(msg, field); in upb_msg_whichoneof() local 207 uint32_t *oneof_case = _upb_oneofcase_field(msg, field); in upb_msg_clearfield() local
|
D | decode.c | 482 uint32_t *oneof_case = _upb_oneofcase_field(msg, field); in decode_tomsg() local
|
D | decode_fast.c | 266 uint32_t *oneof_case = UPB_PTR_AT(msg, case_ofs, uint32_t); in fastdecode_getfield() local
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 628 uint32_t *oneof_case = _upb_oneofcase_field(msg, field); in decode_tomsg() local 5661 uint32_t oneof_case; in upb_msg_whichoneof() local 5772 uint32_t *oneof_case = _upb_oneofcase_field(msg, field); in upb_msg_clearfield() local
|