Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor_containers.c201 static Py_ssize_t PyUpb_GenericSequence_Length(PyObject* _self) { in PyUpb_GenericSequence_Length() function
234 int n = PyUpb_GenericSequence_Length((PyObject*)self); in PyUpb_GenericSequence_IsEqual()
320 {Py_sq_length, PyUpb_GenericSequence_Length},