Searched refs:ColName (Results 1 – 2 of 2) sorted by relevance
453 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local454 OS << " if (in" << ColName; in emitMapFuncBody()456 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()488 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local489 OS << ", enum " << ColName << " in" << ColName << ") {\n"; in emitTablesWithFunc()530 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local531 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()
457 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() local458 OS << " if (in" << ColName; in emitMapFuncBody()460 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()492 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() local493 OS << ", enum " << ColName << " in" << ColName << ") {\n"; in emitTablesWithFunc()534 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() local535 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()