Lines Matching full:multi
54 the range. Storing to any index will store to all of them. Multi-index
129 Setting or clearing a mark on any index of a multi-index entry will
362 - An XArray node. May be visible when using a multi-index xa_state.
366 - A non-canonical entry for a multi-index entry. The value indicates
447 Multi-Index Entries
460 You can create a multi-index entry by using XA_STATE_ORDER()
462 Calling xas_load() with a multi-index xa_state will walk the
470 If xas_load() encounters a multi-index entry, the xa_index
473 of a multi-index entry, it will not be altered. Subsequent calls
478 Using xas_next() or xas_prev() with a multi-index xa_state is not
479 supported. Using either of these functions on a multi-index entry will
482 Storing ``NULL`` into any index of a multi-index entry will set the
483 entry at every index to ``NULL`` and dissolve the tie. A multi-index