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/clang/test/SemaCXX/
new-delete.cpp
457
struct
CopyCounter
459
CopyCounter
();
460
CopyCounter
(const
CopyCounter
&);
465
CopyCounter
* f = new
CopyCounter
[10](
CopyCounter
()); // expected-error {{cannot have initialization arguments}}
/external/chromium_org/base/
bind_unittest.cc
96
class
CopyCounter
{
98
CopyCounter
(int* copies, int* assigns)
102
CopyCounter
(const
CopyCounter
& other)
109
explicit
CopyCounter
(const DerivedCopyCounter& other)
115
const
CopyCounter
& operator=(const
CopyCounter
& rhs) {
182
int GetCopies(const
CopyCounter
& counter) {
658
CopyCounter
counter(&copies, &assigns);
764
CopyCounter
counter(&copies, &assigns)
[
all
...]
Completed in 759 milliseconds