Searched defs: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 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
|
| /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 641 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() local 686 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() local 744 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_mark() local
|
| D | message.c | 78 uint32_t oneof_case; in which_oneof_field() local
|
| /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
|