Home
last modified time | relevance | path

Searched defs:oneof_case (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h139 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
Dgenerated_message_reflection.cc2109 uint32 oneof_case = GetOneofCase(*message, oneof_descriptor); in ClearOneof() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c769 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
Dmessage.c82 uint32_t oneof_case; in which_oneof_field() local
Dencode_decode.c1516 uint32_t oneof_case = in putmsg() local
1723 uint32_t oneof_case = in discard_unknown() local
/third_party/grpc/third_party/upb/upb/
Dreflection.c105 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
Ddecode.c482 uint32_t *oneof_case = _upb_oneofcase_field(msg, field); in decode_tomsg() local
Ddecode_fast.c266 uint32_t *oneof_case = UPB_PTR_AT(msg, case_ofs, uint32_t); in fastdecode_getfield() local
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c628 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