Lines Matching defs:layouts
4069 const upb_msglayout **layouts; /* NULL if we should build layouts. */
4426 if (ctx->layouts) {
4609 if (ctx->layouts) {
4610 m->layout = *ctx->layouts;
4611 ctx->layouts++;
4879 /* Now that all names are in the table, build layouts and resolve refs. */
4892 if (!ctx->layouts) {
5023 const upb_msglayout **layouts, upb_status *status) {
5036 ctx.layouts = layouts;
5089 if (!_upb_symtab_addfile(s, file, init->layouts, &status)) goto err;