Searched defs:IterationKey (Results 1 – 3 of 3) sorted by relevance
106 struct IterationKey { struct107 explicit IterationKey(absl::string_view name, int64_t repetition) in IterationKey() function115 friend H AbslHashValue(H h, const IterationKey& k) { in AbslHashValue() argument119 std::string DebugString() const { in DebugString()123 const std::string name;124 const int64_t repetition;
100 using IterationKey = DispatcherState::IterationKey; typedef
43 using IterationKey = DispatcherState::IterationKey; typedef