Searched refs:MetaSlot (Results 1 – 1 of 1) sorted by relevance
19 typedef struct MetaSlot { struct22 } MetaSlot; typedef81 std::vector<MetaSlot>* map, TextIdx span, const TextIdx* shortcut, in buildCandidatesList()86 MetaSlot* slots = map->data(); in buildCandidatesList()96 MetaSlot& item = slots[shortcut[j]]; in buildCandidatesList()108 MetaSlot& pick = slots[slice]; in buildCandidatesList()119 MetaSlot& drop = slots[shortcut[i]]; in buildCandidatesList()130 MetaSlot& pick = slots[slice]; in buildCandidatesList()151 MetaSlot& drop = slots[shortcut[i]]; in buildCandidatesList()169 std::vector<MetaSlot>* map, TextIdx span, const TextIdx* shortcut, in rebuildCandidatesList()[all …]