Searched refs:IdSet (Results 1 – 2 of 2) sorted by relevance
| /developtools/global_resource_tool/include/ |
| D | resource_table.h | 53 struct IdSet { struct 69 std::map<std::string, IdSet> &idSets, uint32_t &pos) const; argument 71 std::map<std::string, IdSet> &idSets, uint32_t &pos) const; 75 void SaveIdSets(const std::map<std::string, IdSet> &idSets, std::ostringstream &out) const;
|
| /developtools/global_resource_tool/src/ |
| D | resource_table.cpp | 193 map<string, IdSet> idSets; in SaveToResouorceIndex() 231 map<string, IdSet> &idSets, uint32_t &pos) const in Prepare() 254 IdSet idSet; in Prepare() 267 … ostringstream &out, map<string, IdSet> &idSets, uint32_t &pos) const in SaveRecordItem() 324 void ResourceTable::SaveIdSets(const map<string, IdSet> &idSets, ostringstream &out) const in SaveIdSets() 394 IdSet idss; in ReadIdTables()
|