MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ~Buffers

Method ~Buffers

extra/yassl/src/yassl_int.cpp:2437–2445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2435
2436
2437Buffers::~Buffers()
2438{
2439 STL::for_each(handShakeList_.begin(), handShakeList_.end(),
2440 del_ptr_zero()) ;
2441 STL::for_each(dataList_.begin(), dataList_.end(),
2442 del_ptr_zero()) ;
2443 ysDelete(rawInput_);
2444 ysDelete(output_);
2445}
2446
2447
2448void Buffers::SetOutput(output_buffer* ob)

Callers

nothing calls this directly

Calls 5

for_eachFunction · 0.85
del_ptr_zeroClass · 0.85
ysDeleteFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected