Home
last modified time | relevance | path

Searched refs:slot_oneof_case (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c524 static uint32_t* slot_oneof_case(MessageLayout* layout, in slot_oneof_case() function
536 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get()
611 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set()
656 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init()
714 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_mark()
736 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field); in layout_dup()
738 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field); in layout_dup()
763 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field); in layout_deep_copy()
765 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field); in layout_deep_copy()
792 uint32_t* msg1_oneof_case = slot_oneof_case(layout, msg1, field); in layout_eq()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dstorage.c410 static uint32_t* slot_oneof_case(MessageLayout* layout, const void* storage, in slot_oneof_case() function
419 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set()
463 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init()
518 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get()