Searched refs:OpKey (Results 1 – 4 of 4) sorted by relevance
29 struct OpKey;44 int ParserOpKeyJson(std::vector<OpKey> &vec, const char *path);45 void ParserOpKeyInfos(std::vector<OpKey> &vec, cJSON *itemRoots);46 void ParserOpKeyToValuesBucket(NativeRdb::ValuesBucket &value, const OpKey &bean);75 int GetRuleId(OpKey &bean);
69 struct OpKey { struct
230 int ParserUtil::ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) in ParserOpKeyJson()265 void ParserUtil::ParserOpKeyInfos(std::vector<OpKey> &vec, cJSON *itemRoots) in ParserOpKeyInfos()274 OpKey bean; in ParserOpKeyInfos()297 int ParserUtil::GetRuleId(OpKey &bean) in GetRuleId()321 void ParserUtil::ParserOpKeyToValuesBucket(NativeRdb::ValuesBucket &value, const OpKey &bean) in ParserOpKeyToValuesBucket()
66 std::vector<OpKey> vec; in InitData()