Searched refs:tbNameLen (Results 1 – 1 of 1) sorted by relevance
247 size_t tbNameLen = 0; in GetTableInfo() local248 OhCloudExtTableGetName(pTable.get(), &tbName, reinterpret_cast<unsigned int *>(&tbNameLen)); in GetTableInfo()252 dbTable.name = std::string(reinterpret_cast<char *>(tbName), tbNameLen); in GetTableInfo()