Home
last modified time | relevance | path

Searched refs:new_item_idx (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/cassandra/blob_task/
H A Dfetch_split_history.cpp134 size_t new_item_idx = m_Result.size(); in Wait1() local
135 m_Result.resize(new_item_idx + 1); in Wait1()
136 m_Result[new_item_idx].sat_key = m_Key; in Wait1()
137 m_Result[new_item_idx].split_version = query->FieldGetInt32Value(0, 0); in Wait1()
138 m_Result[new_item_idx].modified = query->FieldGetInt64Value(1, 0); in Wait1()
139 m_Result[new_item_idx].id2_info = query->FieldGetStrValueDef(2, ""); in Wait1()
/dports/www/firefox/firefox-99.0/third_party/rust/etagere/src/
H A Dallocator.rs262 let new_item_idx = self.add_item(Item { in allocate() localVariable
272 self.shelves[new_shelf_idx.index()].first_item = new_item_idx; in allocate()
289 let new_item_idx = self.add_item(Item { in allocate() localVariable
300 self.items[selected_item.index()].next = new_item_idx; in allocate()
303 self.items[item.next.index()].prev = new_item_idx; in allocate()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/etagere/src/
H A Dallocator.rs260 let new_item_idx = self.add_item(Item { in allocate() localVariable
269 self.shelves[new_shelf_idx.index()].first_item = new_item_idx; in allocate()
286 let new_item_idx = self.add_item(Item { in allocate() localVariable
296 self.items[selected_item.index()].next = new_item_idx; in allocate()
299 self.items[item.next.index()].prev = new_item_idx; in allocate()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/etagere/src/
H A Dallocator.rs260 let new_item_idx = self.add_item(Item { in allocate() localVariable
269 self.shelves[new_shelf_idx.index()].first_item = new_item_idx; in allocate()
286 let new_item_idx = self.add_item(Item { in allocate() localVariable
296 self.items[selected_item.index()].next = new_item_idx; in allocate()
299 self.items[item.next.index()].prev = new_item_idx; in allocate()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DPersonnel.cc2192 …const INT16 new_item_idx = scroll_count * pRegion->RelativeYPos / (Y_SIZE_OF_PERSONNEL_SCROLL_REGI… in HandleSliderBarClickCallback() local
2194 if (uiCurrentInventoryIndex != new_item_idx) in HandleSliderBarClickCallback()
2197 …ion = (Y_SIZE_OF_PERSONNEL_SCROLL_REGION - SIZE_OF_PERSONNEL_CURSOR) * new_item_idx / scroll_count; in HandleSliderBarClickCallback()
2200 uiCurrentInventoryIndex = new_item_idx; in HandleSliderBarClickCallback()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditems.cc2432 int new_item_idx = get_mitm_slot(10); in copy_item_to_grid() local
2433 if (new_item_idx == NON_ITEM) in copy_item_to_grid()
2435 item_def& new_item = env.item[new_item_idx]; in copy_item_to_grid()
2453 move_item_to_grid(&new_item_idx, p, true); in copy_item_to_grid()