Searched refs:ColName (Results 1 – 1 of 1) sorted by relevance
447 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local448 OS << " if (in" << ColName; in emitMapFuncBody()450 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()482 std::string ColName = ColFields->getElement(i)->getAsUnquotedString(); in emitTablesWithFunc() local483 OS << ", enum " << ColName << " in" << ColName << ") {\n"; in emitTablesWithFunc()525 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local526 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()