Searched refs:slot_oneof_case (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | storage.c | 554 static uint32_t* slot_oneof_case(MessageLayout* layout, in slot_oneof_case() function 566 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_get() 641 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_set() 686 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_init() 744 uint32_t* oneof_case = slot_oneof_case(layout, storage, field); in layout_mark() 766 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field); in layout_dup() 768 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field); in layout_dup() 793 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field); in layout_deep_copy() 795 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field); in layout_deep_copy() 822 uint32_t* msg1_oneof_case = slot_oneof_case(layout, msg1, field); in layout_eq() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | storage.c | 410 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()
|