Searched refs:overflowTable (Results 1 – 1 of 1) sorted by relevance
311 const LinearMapNode<Overflow> overflowTable[] = { in ConvertStrToOverflow() local317 auto index = BinarySearchFindIndex(overflowTable, ArraySize(overflowTable), val.c_str()); in ConvertStrToOverflow()318 return index < 0 ? Overflow::CLIP : overflowTable[index].value; in ConvertStrToOverflow()