Searched refs:py_unique_frames (Results 1 – 2 of 2) sorted by relevance
145 std::vector<py::object> py_unique_frames; in py_symbolize() local151 py_unique_frames.push_back(std::move(l)); in py_symbolize()157 result.push_back(py_unique_frames.at(cached_frames.at(sc))); in py_symbolize()
65 std::vector<IValue> py_unique_frames; in ivalue_symbolize() local71 py_unique_frames.emplace_back(std::move(l)); in ivalue_symbolize()77 result.push_back(py_unique_frames.at(cached_frames.at(sc))); in ivalue_symbolize()