Searched refs:oneof_case_offset (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
H A D | dynamic_message.cc | 262 int oneof_case_offset; member 382 new (OffsetToPointer(type_info_->oneof_case_offset + in SharedCtor() 508 OffsetToPointer(type_info_->oneof_case_offset + in ~DynamicMessage() 755 type_info->oneof_case_offset = size; in GetPrototypeNoLock() 836 type_info->oneof_case_offset, in GetPrototypeNoLock()
|
H A D | generated_message_table_driven_lite.h | 436 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); \ in MergePartialFromCodedStreamInlined() 507 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() 574 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() 611 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined() 701 uint32* oneof_case = Raw<uint32>(msg, table.oneof_case_offset); in MergePartialFromCodedStreamInlined()
|
H A D | generated_message_table_driven.h | 191 int64 oneof_case_offset;
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | encode_decode.c | 837 size_t oneof_case_offset, in add_handlers_for_oneof_field() 841 newoneofhandlerdata(h, offset, oneof_case_offset, f, desc); in add_handlers_for_oneof_field() 940 size_t oneof_case_offset = in add_handlers_for_message() local 943 add_handlers_for_oneof_field(h, f, offset, oneof_case_offset, desc); in add_handlers_for_message() 834 add_handlers_for_oneof_field(upb_handlers *h, const upb_fielddef *f, size_t offset, size_t oneof_case_offset, const Descriptor* desc) add_handlers_for_oneof_field() argument
|
Completed in 7 milliseconds