Searched defs:GetByIndex (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.cc | 974 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 D | descriptor_containers.cc | 974 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/ |
D | hal_camera_metadata.cc | 365 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 D | imgui_internal.h | 275 T* GetByIndex(ImPoolIdx n) { return &Data[n]; } in GetByIndex() function
|