/external/protobuf/src/google/protobuf/ |
dynamic_message.cc | 224 int oneof_case_offset; member in struct:google::protobuf::DynamicMessage::TypeInfo 332 new(OffsetToPointer(type_info_->oneof_case_offset + sizeof(uint32) * i)) 443 type_info_->oneof_case_offset 698 type_info->oneof_case_offset = size; 782 type_info->oneof_case_offset,
|
generated_message_reflection.h | 165 // oneof_case_offset: Offset in the message of an array of uint32s of 176 int oneof_case_offset, 196 int oneof_case_offset,
|
generated_message_reflection.cc | 210 int oneof_case_offset, 221 oneof_case_offset_(oneof_case_offset), [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
encode_decode.c | 518 size_t oneof_case_offset) { 522 &attr, newoneofhandlerdata(h, offset, oneof_case_offset, f)); 589 size_t oneof_case_offset = local 592 add_handlers_for_oneof_field(h, f, offset, oneof_case_offset); 1054 uint32_t oneof_case_offset = local [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
generated_message_reflection.h | 165 // oneof_case_offset: Offset in the message of an array of uint32s of 176 int oneof_case_offset, 196 int oneof_case_offset,
|