Home | History | Annotate | Download | only in protobuf_c

Lines Matching refs:field_size

413     size_t field_size;
420 // Allocate |field_size| bytes for this field in the layout.
421 field_size = 0;
423 field_size = sizeof(VALUE);
425 field_size = native_slot_size(upb_fielddef_type(field));
428 off = align_up_to(off, field_size);
432 off += field_size;
456 size_t field_size = NATIVE_SLOT_MAX_SIZE;
458 off = align_up_to(off, field_size);
466 off += field_size;
476 size_t field_size = sizeof(uint32_t);
478 off = (off + field_size - 1) & ~(field_size - 1);
486 off += field_size;