Searched refs:slot_oneof_case (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 604 static uint32_t* slot_oneof_case(MessageLayout* layout, in slot_oneof_case() function 651 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_clear() 747 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() 839 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() 901 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_mark() 923 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field); in layout_dup() 925 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field); in layout_dup() 955 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field); in layout_deep_copy() 957 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field); in layout_deep_copy() 989 uint32_t* msg1_oneof_case = slot_oneof_case(layout, msg1, field); in layout_eq() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 575 uint32_t* slot_oneof_case(MessageLayout* layout, const void* storage, in slot_oneof_case() function 767 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() 815 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() 838 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() 1043 uint32_t* from_oneof_case = slot_oneof_case(layout, message_data(from), field); in layout_merge() 1044 uint32_t* to_oneof_case = slot_oneof_case(layout, message_data(to), field); in layout_merge() 1148 uint32_t* oneof_case = slot_oneof_case(layout, storage, first_field); in layout_get_oneof_case()
|
D | protobuf.h | 951 uint32_t* slot_oneof_case(MessageLayout* layout, const void* storage,
|
D | message.c | 472 uint32_t* oneof_case = slot_oneof_case(intern->descriptor->layout,
|