Searched refs:obj_idx (Results 1 – 3 of 3) sorted by relevance
158 size_t obj_idx = m_objects.size(); in ParseObjects() local161 m_object_name_to_index_map.Append(obj.ar_name, obj_idx); in ParseObjects()
1377 int obj_idx = -1; in drmModeAtomicCommit() local1441 obj_idx++; in drmModeAtomicCommit()1442 objs_ptr[obj_idx] = sorted->items[i].object_id; in drmModeAtomicCommit()1443 last_obj_id = objs_ptr[obj_idx]; in drmModeAtomicCommit()1446 count_props_ptr[obj_idx]++; in drmModeAtomicCommit()
107 auto obj_idx = storage.heap_graph_object_table().id().IndexOf(obj_id).value(); in GetClassDescriptor() local108 auto type_id = storage.heap_graph_object_table().type_id()[obj_idx]; in GetClassDescriptor()