Searched refs:SYSTEM_GRID_TYPES (Results 1 – 1 of 1) sorted by relevance
41 const std::map<GridColumnType, std::vector<SystemGridInfo>> SYSTEM_GRID_TYPES = { variable115 auto iter = SYSTEM_GRID_TYPES.find(columnType); in GetInfoByType()116 if (iter != SYSTEM_GRID_TYPES.end()) { in GetInfoByType()