Searched refs:ColName (Results 1 – 1 of 1) sorted by relevance
448 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local449 OS << " if (in" << ColName; in emitMapFuncBody()451 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()483 std::string ColName = ColFields->getElement(i)->getAsUnquotedString(); in emitTablesWithFunc() local484 OS << ", enum " << ColName << " in" << ColName << ") {\n"; in emitTablesWithFunc()526 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local527 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()