Home
last modified time | relevance | path

Searched defs:parent_obj (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Ddescriptor_containers.c55 PyObject* parent_obj; // Python object that keeps parent alive, we own a ref. member
72 PyObject* parent_obj) { in PyUpb_ByNameIterator_New()
115 PyObject* parent_obj; // Python object that keeps parent alive, we own a ref. member
132 PyObject* parent_obj) { in PyUpb_ByNumberIterator_New()
175 PyObject* parent_obj; // Python object that keeps parent alive, we own a ref. member
190 const void* parent, PyObject* parent_obj) { in PyUpb_GenericSequence_New()
347 PyObject* parent_obj; // Python object that keeps parent alive, we own a ref. member
362 const void* parent, PyObject* parent_obj) { in PyUpb_ByNameMap_New()
561 PyObject* parent_obj; // Python object that keeps parent alive, we own a ref. member
570 const void* parent, PyObject* parent_obj) { in PyUpb_ByNumberMap_New()
/aosp_15_r20/external/autotest/server/cros/network/
H A Dconnection_worker.py30 def create_from_parent(cls, parent_obj, **init_args): argument
/aosp_15_r20/art/imgdiag/
H A Dimgdiag.cc534 mirror::Object* parent_obj = next.back(); in CalculateParentMap() local