Searched refs:tableAlbumIdMap_ (Results 1 – 2 of 2) sorted by relevance
199 std::unordered_map<std::string, std::unordered_map<int32_t, int32_t>> tableAlbumIdMap_; variable
1174 auto &albumIdMap = tableAlbumIdMap_[tableName]; in BatchQueryAlbum()1207 auto albumIdMap = GetValueFromMap(tableAlbumIdMap_, tableName); in BatchInsertMap()