Searched refs:typeTable (Results 1 – 1 of 1) sorted by relevance
57 static std::map<std::string, int32_t> typeTable = { in typeFromString() local83 auto it = typeTable.find(type_string); in typeFromString()84 if (it == typeTable.end()) { in typeFromString()