OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyCounter
(Results
1 - 2
of
2
) sorted by null
/external/astl/tests/
common.h
61
struct
CopyCounter
{
64
CopyCounter
() { }
65
CopyCounter
& operator=(const
CopyCounter
& cc) {return *this; }
66
CopyCounter
(const
CopyCounter
& nc) {++mCount;}
89
size_t
CopyCounter
::mCount;
test_vector.cpp
226
CopyCounter
c;
229
vector<
CopyCounter
> vec4(100, c);
Completed in 18 milliseconds