OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CObjArray2
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Common/
MyBuffer.h
154
template <class T> class
CObjArray2
160
CObjArray2
(const
CObjArray2
&buffer);
161
void operator=(const
CObjArray2
&buffer);
170
CObjArray2
(): _items(0), _size(0) {};
172
CObjArray2
(const
CObjArray2
&buffer): _items(0), _size(0)
187
CObjArray2
(size_t size): _items(0), _size(0)
197
~
CObjArray2
() { delete []_items; }
219
CObjArray2
& operator=(const CObjArray2 &buffer)
[
all
...]
/external/lzma/CPP/7zip/Archive/7z/
7zItem.h
40
CObjArray2
<CCoderInfo> Coders;
41
CObjArray2
<CBindPair> BindPairs;
42
CObjArray2
<CNum> PackStreams;
Completed in 179 milliseconds