Lines Matching defs:layouts
3065 static const upb_msglayout *layouts[27] = {
3408 layouts,
4532 const upb_msglayout **layouts; /* NULL if we should build layouts. */
4889 if (ctx->layouts) {
5080 if (ctx->layouts) {
5081 m->layout = *ctx->layouts;
5082 ctx->layouts++;
5350 /* Now that all names are in the table, build layouts and resolve refs. */
5363 if (!ctx->layouts) {
5500 const upb_msglayout **layouts, upb_status *status) {
5513 ctx.layouts = layouts;
5564 if (!_upb_symtab_addfile(s, file, init->layouts, &status)) goto err;