Home
last modified time | relevance | path

Searched refs:SpeciallyDeletable (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_ptr.cpp365 struct SpeciallyDeletable struct
367 SpeciallyDeletable() : deleted(false) in SpeciallyDeletable() argument
377 void DefaultDeleter<SpeciallyDeletable>::operator()(SpeciallyDeletable * obj) const in operator ()()
384 SpeciallyDeletable sd; in TEST()