Searched refs:JSON_DCAPS (Results 1 – 1 of 1) sorted by relevance
42 static const std::string JSON_DCAPS = "dcaps"; variable115 if (j.find(JSON_DCAPS) == j.end() || (!j.at(JSON_DCAPS).is_array())) { in from_json()118 native.dcap = j.at(JSON_DCAPS).get<std::vector<std::string>>(); in from_json()124 if (j.find(JSON_ACLS) == j.end() || (!j.at(JSON_DCAPS).is_array())) { in from_json()