Home
last modified time | relevance | path

Searched refs:IdSet (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/include/
Dresource_table.h53 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/
Dresource_table.cpp193 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()