Searched defs:DumpMapKey (Results 1 – 1 of 1) sorted by relevance
93 struct DumpMapKey { struct97 DumpMapKey(int32_t n, int32_t d) : nodeId(n), depth(d) {} in DumpMapKey() argument