Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dresource_check.cpp35 const map<string, set<uint32_t>> jsonCheckIds = configJson_.GetCheckNode(); in CheckConfigJson()
53 const map<string, set<uint32_t>> jsonCheckIds = configJson_.GetCheckNode(); in CheckConfigJsonForCombine()
/developtools/global_resource_tool/include/
Dconfig_parser.h49 const std::map<std::string, std::set<uint32_t>> GetCheckNode() const in GetCheckNode() function