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

  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass();
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
33 int CMyClass::kStartedConstructionMagicValue = 0;
35 int CMyClass::kFinishedConstructionMagicValue = 12345;
37 CMyClass::CMyClass()
    [all...]
  /external/libcxx/test/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass();
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
33 int CMyClass::kStartedConstructionMagicValue = 0;
35 int CMyClass::kFinishedConstructionMagicValue = 12345;
37 CMyClass::CMyClass()
    [all...]
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass();
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
33 int CMyClass::kStartedConstructionMagicValue = 0;
35 int CMyClass::kFinishedConstructionMagicValue = 12345;
37 CMyClass::CMyClass()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass();
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
33 int CMyClass::kStartedConstructionMagicValue = 0;
35 int CMyClass::kFinishedConstructionMagicValue = 12345;
37 CMyClass::CMyClass()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass();
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
33 int CMyClass::kStartedConstructionMagicValue = 0;
35 int CMyClass::kFinishedConstructionMagicValue = 12345;
37 CMyClass::CMyClass()
    [all...]
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass();
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
33 int CMyClass::kStartedConstructionMagicValue = 0;
35 int CMyClass::kFinishedConstructionMagicValue = 12345;
37 CMyClass::CMyClass()
    [all...]
  /external/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass(int tag);
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
26 bool equal(const CMyClass &rhs) const
37 int CMyClass::kStartedConstructionMagicValue = 0;
39 int CMyClass::kFinishedConstructionMagicValue = 12345;
41 CMyClass::CMyClass(int tag)
    [all...]
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass(int tag);
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
26 bool equal(const CMyClass &rhs) const
37 int CMyClass::kStartedConstructionMagicValue = 0;
39 int CMyClass::kFinishedConstructionMagicValue = 12345;
41 CMyClass::CMyClass(int tag)
    [all...]
  /external/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass(int tag);
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
26 bool equal(const CMyClass &rhs) const
37 int CMyClass::kStartedConstructionMagicValue = 0;
39 int CMyClass::kFinishedConstructionMagicValue = 12345;
41 CMyClass::CMyClass(int tag)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass(int tag);
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
26 bool equal(const CMyClass &rhs) const
37 int CMyClass::kStartedConstructionMagicValue = 0;
39 int CMyClass::kFinishedConstructionMagicValue = 12345;
41 CMyClass::CMyClass(int tag)
    [all...]
push_front_exception_safety.pass.cpp 17 // Flag that makes the copy constructor for CMyClass throw an exception
21 class CMyClass {
22 public: CMyClass(int tag);
23 public: CMyClass(const CMyClass& iOther);
24 public: ~CMyClass();
26 bool equal(const CMyClass &rhs) const
37 int CMyClass::kStartedConstructionMagicValue = 0;
39 int CMyClass::kFinishedConstructionMagicValue = 12345;
41 CMyClass::CMyClass(int tag)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 19 // Flag that makes the copy constructor for CMyClass throw an exception
23 class CMyClass {
24 public: CMyClass(int tag);
25 public: CMyClass(const CMyClass& iOther);
26 public: ~CMyClass();
28 bool equal(const CMyClass &rhs) const
39 int CMyClass::kStartedConstructionMagicValue = 0;
41 int CMyClass::kFinishedConstructionMagicValue = 12345;
43 CMyClass::CMyClass(int tag)
    [all...]

Completed in 283 milliseconds