Home
last modified time | relevance | path

Searched defs:oneof_case (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dstorage.c419 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
/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c536 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() local
611 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() local
656 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() local
714 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_mark() local
Dmessage.c78 uint32_t oneof_case; in which_oneof_field() local
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc2130 uint32 oneof_case = GetOneofCase(*message, oneof_descriptor); in ClearOneof() local