Searched refs:callstack_ptrs (Results 1 – 2 of 2) sorted by relevance
85 const std::unordered_map<int64_t, DebugInfoTuple>& callstack_ptrs, in pickle() argument88 for (const auto& it : callstack_ptrs) { in pickle()222 ska::flat_hash_map<int64_t, DebugInfoTuple> callstack_ptrs; in unpickle() local239 callstack_ptrs.count(debug_handle) == 0, in unpickle()241 callstack_ptrs[debug_handle] = std::make_tuple( in unpickle()246 return callstack_ptrs; in unpickle()
51 const std::unordered_map<int64_t, DebugInfoTuple>& callstack_ptrs,