Searched defs:NamedJobKey (Results 1 – 3 of 3) sorted by relevance
84 struct NamedJobKey { struct85 explicit NamedJobKey(absl::string_view name, int64 index) in NamedJobKey() argument93 friend H AbslHashValue(H h, const NamedJobKey& k) { in AbslHashValue() argument97 const std::string name;98 const int64 index;
33 using NamedJobKey = DispatcherState::NamedJobKey; typedef
71 using NamedJobKey = DispatcherState::NamedJobKey; typedef