Searched refs:customComponentsMap (Results 1 – 2 of 2) sorted by relevance
494 std::unordered_map<std::string, int> customComponentsMap; in readCustomComponents() local516 customComponentsMap.insert({componentName, value}); in readCustomComponents()519 return customComponentsMap; in readCustomComponents()
529 ArrayMap<String, Integer> customComponentsMap = new ArrayMap<>(); in parseCustomComponents() local536 customComponentsMap.put(componentName, componentValue); in parseCustomComponents()549 return customComponentsMap; in parseCustomComponents()