Searched refs:from_oneof_case (Results 1 – 2 of 2) sorted by relevance
925 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field); in layout_dup() local928 if (*from_oneof_case == upb_fielddef_number(field)) { in layout_dup()929 *to_oneof_case = *from_oneof_case; in layout_dup()957 uint32_t* from_oneof_case = slot_oneof_case(layout, from, field); in layout_deep_copy() local960 if (*from_oneof_case == upb_fielddef_number(field)) { in layout_deep_copy()961 *to_oneof_case = *from_oneof_case; in layout_deep_copy()
1043 uint32_t* from_oneof_case = slot_oneof_case(layout, message_data(from), field); in layout_merge() local1062 *to_oneof_case = *from_oneof_case; in layout_merge()