Searched refs:unfulfilled_keys (Results 1 – 1 of 1) sorted by relevance
415 std::unordered_set<string> unfulfilled_keys; in SetDebugNodeAttributes() local417 unfulfilled_keys.insert(item.first); in SetDebugNodeAttributes()456 unfulfilled_keys.erase(attr.name()); in SetDebugNodeAttributes()460 if (unfulfilled_keys.empty()) { in SetDebugNodeAttributes()464 unfulfilled_keys.size(), in SetDebugNodeAttributes()466 ": ", absl::StrJoin(unfulfilled_keys, ", ")); in SetDebugNodeAttributes()