Searched refs:node_constraints (Results 1 – 1 of 1) sorted by relevance
274 std::vector<string> node_constraints; in GetColocationConstraints() local275 if (TryGetNodeAttr(attrs, kColocationAttrName, &node_constraints)) { in GetColocationConstraints()276 for (const string& entry : node_constraints) { in GetColocationConstraints()