HomeSort by relevance Sort by last modified time
    Searched refs:oneof_case (Results 1 - 4 of 4) sorted by null

  /external/protobuf/php/ext/google/protobuf/
storage.c 419 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); local
424 *oneof_case = ONEOF_CASE_NONE;
441 oneof_case, upb_fielddef_number(field)); local
463 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); local
468 // *oneof_case = ONEOF_CASE_NONE;
518 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); local
521 if (*oneof_case != upb_fielddef_number(field)) {
  /external/protobuf/ruby/ext/google/protobuf_c/
message.c 78 uint32_t oneof_case; local
87 // oneof_case field.
96 oneof_case = *((uint32_t*)((char*)Message_data(self) + case_ofs));
98 if (oneof_case == ONEOF_CASE_NONE) {
102 // oneof_case is a field index, so find that field.
103 f = upb_oneofdef_itof(o, oneof_case);
storage.c 536 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); local
539 if (*oneof_case != upb_fielddef_number(field)) {
611 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); local
616 *oneof_case = ONEOF_CASE_NONE;
634 oneof_case, upb_fielddef_number(field)); local
656 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); local
660 *oneof_case = ONEOF_CASE_NONE;
714 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); local
717 if (*oneof_case == upb_fielddef_number(field)) {
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 2130 uint32 oneof_case = GetOneofCase(*message, oneof_descriptor); local
    [all...]

Completed in 549 milliseconds