Searched defs:UnorderedCombinerCallback (Results 1 – 6 of 6) sorted by relevance
200 struct UnorderedCombinerCallback { struct201 std::vector<std::string> element_hash_representations;202 std::shared_ptr<absl::optional<std::string>> error;206 void operator()(SpyHashStateImpl<U>& inner) { in operator()