Searched refs:oneof_case (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | storage.c | 419 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() local 424 *oneof_case = ONEOF_CASE_NONE; in layout_set() 441 oneof_case, upb_fielddef_number(field)); in layout_set() 463 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() local 518 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() local 521 if (*oneof_case != upb_fielddef_number(field)) { in layout_get()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | storage.c | 566 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() local 569 if (*oneof_case != upb_fielddef_number(field)) { in layout_get() 641 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() local 646 *oneof_case = ONEOF_CASE_NONE; in layout_set() 664 oneof_case, upb_fielddef_number(field)); in layout_set() 686 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() local 690 *oneof_case = ONEOF_CASE_NONE; in layout_init() 744 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_mark() local 747 if (*oneof_case == upb_fielddef_number(field)) { in layout_mark()
|
D | message.c | 78 uint32_t oneof_case; in which_oneof_field() local 96 oneof_case = *((uint32_t*)((char*)Message_data(self) + case_ofs)); in which_oneof_field() 98 if (oneof_case == ONEOF_CASE_NONE) { in which_oneof_field() 103 f = upb_oneofdef_itof(o, oneof_case); in which_oneof_field()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | generated_message_reflection.cc | 2131 uint32 oneof_case = GetOneofCase(*message, oneof_descriptor); in ClearOneof() local 2132 if (oneof_case > 0) { in ClearOneof() 2133 const FieldDescriptor* field = descriptor_->FindFieldByNumber(oneof_case); in ClearOneof()
|