Home
last modified time | relevance | path

Searched defs:GetByIndex (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc974 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1035 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1087 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1150 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1201 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1253 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1303 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1370 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1415 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1469 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc974 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1035 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1087 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1150 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1201 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1253 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1303 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1370 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1415 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
1469 static const void* GetByIndex(PyContainer* self, int index) { in GetByIndex() function
[all …]
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dhal_camera_metadata.cc365 status_t HalCameraMetadata::GetByIndex(camera_metadata_ro_entry* entry, in GetByIndex() function in android::google_camera_hal::HalCameraMetadata
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h275 T* GetByIndex(ImPoolIdx n) { return &Data[n]; } in GetByIndex() function