Home
last modified time | relevance | path

Searched refs:PyUpb_AddClassWithBases (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmap.c517 PyUpb_AddClassWithBases(m, &PyUpb_MessageMapContainer_Spec, bases); in PyUpb_Map_Init()
519 PyUpb_AddClassWithBases(m, &PyUpb_ScalarMapContainer_Spec, bases); in PyUpb_Map_Init()
Dprotobuf.h201 PyTypeObject* PyUpb_AddClassWithBases(PyObject* m, PyType_Spec* spec,
Dprotobuf.c289 PyTypeObject* PyUpb_AddClassWithBases(PyObject* m, PyType_Spec* spec, in PyUpb_AddClassWithBases() function