HomeSort by relevance Sort by last modified time
    Searched refs:CopyCounter (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
HashTest.cpp 93 class CopyCounter {
95 CopyCounter() : fID(0), fCounter(NULL) {}
97 CopyCounter(uint32_t id, uint32_t* counter) : fID(id), fCounter(counter) {}
99 CopyCounter(const CopyCounter& other)
106 void operator=(const CopyCounter& other) {
112 bool operator==(const CopyCounter& other) const {
121 uint32_t hash_copy_counter(const CopyCounter&) {
128 SkTHashSet<CopyCounter, hash_copy_counter> set;
131 CopyCounter copyCounter1(1, &globalCounter)
    [all...]
  /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}}

Completed in 1039 milliseconds