Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dextension_dict.h35 PyObject* PyUpb_ExtensionDict_New(PyObject* msg);
Dextension_dict.c43 PyObject* PyUpb_ExtensionDict_New(PyObject* msg) { in PyUpb_ExtensionDict_New() function
Dmessage.c1602 self->ext_dict = PyUpb_ExtensionDict_New(_self); in PyUpb_Message_GetExtensionDict()