Searched refs:to_destroy (Results 1 – 3 of 3) sorted by relevance
42 std::vector<unsigned char>* to_destroy) { in TakeVector() argument44 bytes->data_.swap(*to_destroy); in TakeVector()66 std::string* to_destroy) { in TakeString() argument68 to_destroy->swap(self->data_); in TakeString()
85 std::vector<unsigned char>* to_destroy);111 static scoped_refptr<RefCountedString> TakeString(std::string* to_destroy);
1231 prof_tctx_t *to_destroy = in prof_gctx_finish() local1235 if (to_destroy != NULL) { in prof_gctx_finish()1237 to_destroy); in prof_gctx_finish()1239 to_destroy); in prof_gctx_finish()1240 idalloctm(tsd_tsdn(tsd), to_destroy, in prof_gctx_finish()1969 prof_tdata_t *to_destroy = tdata_tree_iter(&tdatas, next, in prof_reset() local1971 if (to_destroy != NULL) { in prof_reset()1972 next = tdata_tree_next(&tdatas, to_destroy); in prof_reset()1973 prof_tdata_destroy_locked(tsd, to_destroy, false); in prof_reset()