Skip to content

Commit

Permalink
rename some symtab functions to follow the upb style guide:
Browse files Browse the repository at this point in the history
- check_ident() is now _upb_AddDefCtx_CheckIdent()
- makefullname() is now _upb_AddDefCtx_MakeFullName()
- symtab_add() is now _upb_AddDefCtx_Add()
- symtab_alloc() is now _upb_AddDefCtx_Alloc()
- symtab_errf() is now _upb_AddDefCtx_Errf()
- symtab_oomerr() is now _upb_AddDefCtx_OomErr()

PiperOrigin-RevId: 470806376
  • Loading branch information
ericsalo authored and copybara-github committed Aug 29, 2022
1 parent 250321e commit 02ef812
Showing 1 changed file with 171 additions and 148 deletions.
Loading

0 comments on commit 02ef812

Please sign in to comment.