Searched refs:unfulfilled_keys (Results 1 – 1 of 1) sorted by relevance
382 std::unordered_set<string> unfulfilled_keys; in SetDebugNodeAttributes() local384 unfulfilled_keys.insert(item.first); in SetDebugNodeAttributes()423 unfulfilled_keys.erase(attr.name()); in SetDebugNodeAttributes()427 if (unfulfilled_keys.empty()) { in SetDebugNodeAttributes()431 unfulfilled_keys.size(), in SetDebugNodeAttributes()433 ": ", str_util::Join(unfulfilled_keys, ", ")); in SetDebugNodeAttributes()