Searched defs:symtab_addctx (Results 1 – 8 of 8) sorted by relevance
5602 struct symtab_addctx { struct5603 upb_DefPool* symtab;5604 upb_FileDef* file; /* File we are building. */5605 upb_Arena* arena; /* Allocate defs here. */5606 upb_Arena* tmp_arena; /* For temporary allocations. */5607 const upb_MiniTable_File* layout; /* NULL if we should build layouts. */5608 int enum_count; /* Count of enums built so far. */5609 int msg_count; /* Count of messages built so far. */5610 int ext_count; /* Count of extensions built so far. */5611 upb_Status* status; /* Record errors here. */[all …]
5617 typedef struct symtab_addctx symtab_addctx; typedef
5931 struct symtab_addctx { struct5932 upb_DefPool* symtab;5933 upb_FileDef* file; /* File we are building. */5934 upb_Arena* arena; /* Allocate defs here. */5935 upb_Arena* tmp_arena; /* For temporary allocations. */5936 const upb_MiniTable_File* layout; /* NULL if we should build layouts. */5937 int enum_count; /* Count of enums built so far. */5938 int msg_count; /* Count of messages built so far. */5939 int ext_count; /* Count of extensions built so far. */5940 upb_Status* status; /* Record errors here. */[all …]
5387 typedef struct symtab_addctx symtab_addctx; typedef