Home
last modified time | relevance | path

Searched refs:PyUpb_GenericSequence (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.c176 } PyUpb_GenericSequence; typedef
178 PyUpb_GenericSequence* PyUpb_GenericSequence_Self(PyObject* obj) { in PyUpb_GenericSequence_Self()
180 return (PyUpb_GenericSequence*)obj; in PyUpb_GenericSequence_Self()
184 PyUpb_GenericSequence* self = PyUpb_GenericSequence_Self(_self); in PyUpb_GenericSequence_Dealloc()
192 PyUpb_GenericSequence* seq = in PyUpb_GenericSequence_New()
193 (PyUpb_GenericSequence*)PyType_GenericAlloc(s->generic_sequence_type, 0); in PyUpb_GenericSequence_New()
202 PyUpb_GenericSequence* self = PyUpb_GenericSequence_Self(_self); in PyUpb_GenericSequence_Length()
208 PyUpb_GenericSequence* self = PyUpb_GenericSequence_Self(_self); in PyUpb_GenericSequence_GetItem()
221 static int PyUpb_GenericSequence_IsEqual(PyUpb_GenericSequence* self, in PyUpb_GenericSequence_IsEqual()
225 PyUpb_GenericSequence* other_seq = (void*)other; in PyUpb_GenericSequence_IsEqual()
[all …]