Lines Matching refs:strp
1181 upb_strview *strp = (upb_strview*)upb_arena_malloc(a, sizeof(*strp));
1182 *strp = *(upb_strview*)val;
1183 memcpy(&ret, &strp, sizeof(strp));
1192 const upb_strview *strp = (const upb_strview*)upb_value_getptr(val);
1193 memcpy(out, strp, sizeof(upb_strview));
1314 upb_strview *strp = (upb_strview*)ent->val.val;
1315 memcpy(strp, val, sizeof(*strp));