| 930 | } |
| 931 | |
| 932 | bool customTypeExists(const std::string& name) { |
| 933 | auto uppercaseName = boost::algorithm::to_upper_copy(name); |
| 934 | return typeFactories().count(uppercaseName) > 0; |
| 935 | } |
| 936 | |
| 937 | std::unordered_set<std::string> getCustomTypeNames() { |
| 938 | std::unordered_set<std::string> typeNames; |