Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c923 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field); in layout_dup() local
929 *to_oneof_case = *from_oneof_case; in layout_dup()
955 uint32_t* to_oneof_case = slot_oneof_case(layout, to, field); in layout_deep_copy() local
961 *to_oneof_case = *from_oneof_case; in layout_deep_copy()
/external/protobuf/php/ext/google/protobuf/
Dstorage.c1044 uint32_t* to_oneof_case = slot_oneof_case(layout, message_data(to), field); in layout_merge() local
1062 *to_oneof_case = *from_oneof_case; in layout_merge()