Searched refs:propAttrs (Results 1 – 1 of 1) sorted by relevance
60 auto propAttrs = param["property"]; in getPropertiesMatch() local61 if (!propAttrs.contains("name") || !propAttrs.contains("value")) in getPropertiesMatch()72 if (propAttrs.contains("type")) in getPropertiesMatch()74 type = propAttrs["type"].get<std::string>(); in getPropertiesMatch()81 propAttrs["name"].get<std::string>()}, in getPropertiesMatch()82 JsonTypeHandler::getPropValue(propAttrs["value"], type))); in getPropertiesMatch()