Home
last modified time | relevance | path

Searched refs:filtersNode (Results 1 - 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
H A Dcompression_parser.cpp113 cJSON *filtersNode = cJSON_GetObjectItem(compressionNode, "filters"); in Init() local
114 if (!ParseFilters(filtersNode)) { in Init()
189 bool CompressionParser::ParseFilters(const cJSON *filtersNode) in ParseFilters() argument
191 if (!filtersNode) { in ParseFilters()
195 if (!cJSON_IsArray(filtersNode)) { in ParseFilters()
199 if (cJSON_GetArraySize(filtersNode) == 0) { in ParseFilters()
203 for (cJSON *item = filtersNode->child; item; item = item->next) { in ParseFilters()
/developtools/global_resource_tool/include/
H A Dcompression_parser.h83 bool ParseFilters(const cJSON *filtersNode);

Completed in 3 milliseconds