Searched refs:properties_to_set (Results 1 – 2 of 2) sorted by relevance
92 std::vector<std::pair<std::string, std::string>> properties_to_set; variable95 properties_to_set.emplace_back(name, value); in SubcontextPropertySet()132 for (const auto& [name, value] : properties_to_set) { in RunCommand()138 properties_to_set.clear(); in RunCommand()312 for (const auto& property : subcontext_reply->properties_to_set()) { in Execute()
46 repeated PropertyToSet properties_to_set = 4; field