Commit graph

2 commits

Author SHA1 Message Date
Joshua Haberman
1c955f37ce
Mass API rename and clang-reformat (#485)
* Wave 1: upb_fielddef.

* upb_fielddef itself.

* upb_oneofdef.

* upb_msgdef.

* ExtensionRange.

* upb_enumdef

* upb_enumvaldef

* upb_filedef

* upb_methoddef

* upb_servicedef

* upb_symtab

* upb_defpool_init

* upb_wellknown and upb_syntax_t

* Some constants.

* upb_status

* upb_strview

* upb_arena

* upb.h constants

* reflection

* encode

* JSON decode.

* json encode.

* msg_internal.

* Formatted with clang-format.

* Some naming fixups and comment reformatting.

* More refinements.

* A few more stragglers.

* Fixed PyObject_HEAD with semicolon. Removed TODO entries.
2022-01-12 07:19:28 -08:00
Joshua Haberman
deddc20f0c Adds implementations for most descriptor objects. 2021-12-01 15:11:12 -08:00