Lines Matching refs:std
32 …uint32_t CreateResourceTable(const std::map<int32_t, std::vector<std::shared_ptr<ResourceItem>>> &…
33 …uint32_t LoadResTable(const std::string path, std::map<int32_t, std::vector<ResourceItem>> &resInf…
50 std::vector<int32_t> data;
56 std::map<int32_t, uint32_t> data; // pair id and offset
64 … uint32_t SaveToResouorceIndex(const std::map<std::string, std::vector<TableData>> &configs) const;
65 uint32_t CreateIdDefined(const std::map<int32_t, std::vector<ResourceItem>> &allResource) const;
67 bool Prepare(const std::map<std::string, std::vector<TableData>> &configs,
68 std::map<std::string, LimitKeyConfig> &limitKeyConfigs,
69 std::map<std::string, IdSet> &idSets, uint32_t &pos) const;
70 …bool SaveRecordItem(const std::map<std::string, std::vector<TableData>> &configs, std::ostringstre…
71 std::map<std::string, IdSet> &idSets, uint32_t &pos) const;
72 void SaveHeader(const IndexHeader &indexHeader, std::ostringstream &out) const;
73 void SaveLimitKeyConfigs(const std::map<std::string, LimitKeyConfig> &limitKeyConfigs,
74 std::ostringstream &out) const;
75 void SaveIdSets(const std::map<std::string, IdSet> &idSets, std::ostringstream &out) const;
76 …bool ReadFileHeader(std::ifstream &in, IndexHeader &indexHeader, int32_t &pos, int32_t length) con…
77 bool ReadLimitKeys(std::ifstream &in, std::map<int32_t, std::vector<KeyParam>> &limitKeys,
79 bool ReadIdTables(std::ifstream &in, std::map<int32_t, std::pair<int32_t, int32_t>> &datas,
81 …bool ReadDataRecordPrepare(std::ifstream &in, RecordItem &record, int32_t &pos, int32_t length) co…
82 bool ReadDataRecordStart(std::ifstream &in, RecordItem &record,
83 const std::map<int32_t, std::vector<KeyParam>> &limitKeys,
84 const std::map<int32_t, std::pair<int32_t, int32_t>> &datas,
85 std::map<int32_t, std::vector<ResourceItem>> &resInfos) const;
86 std::string indexFilePath_;
87 std::string idDefinedPath_;