Searched refs:propertyTable (Results 1 – 1 of 1) sorted by relevance
22 const CFX_CSSData::Property propertyTable[] = { variable286 std::lower_bound(std::begin(propertyTable), std::end(propertyTable), hash, in GetPropertyByName()290 if (result != std::end(propertyTable) && result->dwHash == hash) in GetPropertyByName()297 return &propertyTable[static_cast<uint8_t>(property)]; in GetPropertyByEnum()