OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arraydeallocator
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/v8/src/
smart-pointers.h
92
struct
ArrayDeallocator
{
100
class SmartArrayPointer: public SmartPointerBase<
ArrayDeallocator
<T>, T> {
104
: SmartPointerBase<
ArrayDeallocator
<T>, T>(ptr) { }
106
: SmartPointerBase<
ArrayDeallocator
<T>, T>(rhs) { }
Completed in 3850 milliseconds