Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c1429 static PyObject* PyUpb_Message_FromString(PyObject* cls, PyObject* serialized) { in PyUpb_Message_FromString() function
1630 {"FromString", PyUpb_Message_FromString, METH_O | METH_CLASS,