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

  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 26 private: int fMagicValue;
32 // Value for fMagicValue when the constructor has started running, but not yet finished
34 // Value for fMagicValue when the constructor has finished running
38 fMagicValue(kStartedConstructionMagicValue)
41 fMagicValue = kFinishedConstructionMagicValue;
45 fMagicValue(kStartedConstructionMagicValue)
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
52 fMagicValue = kFinishedConstructionMagicValue;
57 assert(fMagicValue == kFinishedConstructionMagicValue);
  /external/libcxx/test/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 26 private: int fMagicValue;
32 // Value for fMagicValue when the constructor has started running, but not yet finished
34 // Value for fMagicValue when the constructor has finished running
38 fMagicValue(kStartedConstructionMagicValue)
41 fMagicValue = kFinishedConstructionMagicValue;
45 fMagicValue(kStartedConstructionMagicValue)
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
52 fMagicValue = kFinishedConstructionMagicValue;
57 assert(fMagicValue == kFinishedConstructionMagicValue);
push_front_exception_safety.pass.cpp 26 private: int fMagicValue;
32 // Value for fMagicValue when the constructor has started running, but not yet finished
34 // Value for fMagicValue when the constructor has finished running
38 fMagicValue(kStartedConstructionMagicValue)
41 fMagicValue = kFinishedConstructionMagicValue;
45 fMagicValue(kStartedConstructionMagicValue)
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
52 fMagicValue = kFinishedConstructionMagicValue;
57 assert(fMagicValue == kFinishedConstructionMagicValue);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 26 private: int fMagicValue;
32 // Value for fMagicValue when the constructor has started running, but not yet finished
34 // Value for fMagicValue when the constructor has finished running
38 fMagicValue(kStartedConstructionMagicValue)
41 fMagicValue = kFinishedConstructionMagicValue;
45 fMagicValue(kStartedConstructionMagicValue)
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
52 fMagicValue = kFinishedConstructionMagicValue;
57 assert(fMagicValue == kFinishedConstructionMagicValue);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 26 private: int fMagicValue;
32 // Value for fMagicValue when the constructor has started running, but not yet finished
34 // Value for fMagicValue when the constructor has finished running
38 fMagicValue(kStartedConstructionMagicValue)
41 fMagicValue = kFinishedConstructionMagicValue;
45 fMagicValue(kStartedConstructionMagicValue)
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
52 fMagicValue = kFinishedConstructionMagicValue;
57 assert(fMagicValue == kFinishedConstructionMagicValue);
push_front_exception_safety.pass.cpp 26 private: int fMagicValue;
32 // Value for fMagicValue when the constructor has started running, but not yet finished
34 // Value for fMagicValue when the constructor has finished running
38 fMagicValue(kStartedConstructionMagicValue)
41 fMagicValue = kFinishedConstructionMagicValue;
45 fMagicValue(kStartedConstructionMagicValue)
47 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
52 fMagicValue = kFinishedConstructionMagicValue;
57 assert(fMagicValue == kFinishedConstructionMagicValue);
  /external/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
29 int fMagicValue;
36 // Value for fMagicValue when the constructor has started running, but not yet finished
38 // Value for fMagicValue when the constructor has finished running
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
45 fMagicValue = kFinishedConstructionMagicValue;
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
51 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
56 fMagicValue = kFinishedConstructionMagicValue
    [all...]
push_front_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
29 int fMagicValue;
36 // Value for fMagicValue when the constructor has started running, but not yet finished
38 // Value for fMagicValue when the constructor has finished running
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
45 fMagicValue = kFinishedConstructionMagicValue;
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
51 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
56 fMagicValue = kFinishedConstructionMagicValue
    [all...]
  /external/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
29 int fMagicValue;
36 // Value for fMagicValue when the constructor has started running, but not yet finished
38 // Value for fMagicValue when the constructor has finished running
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
45 fMagicValue = kFinishedConstructionMagicValue;
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
51 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
56 fMagicValue = kFinishedConstructionMagicValue
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
29 int fMagicValue;
36 // Value for fMagicValue when the constructor has started running, but not yet finished
38 // Value for fMagicValue when the constructor has finished running
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
45 fMagicValue = kFinishedConstructionMagicValue;
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
51 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
56 fMagicValue = kFinishedConstructionMagicValue
    [all...]
push_front_exception_safety.pass.cpp 27 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
29 int fMagicValue;
36 // Value for fMagicValue when the constructor has started running, but not yet finished
38 // Value for fMagicValue when the constructor has finished running
42 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
45 fMagicValue = kFinishedConstructionMagicValue;
49 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
51 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
56 fMagicValue = kFinishedConstructionMagicValue
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 29 { return fTag == rhs.fTag && fMagicValue == rhs.fMagicValue; }
31 int fMagicValue;
38 // Value for fMagicValue when the constructor has started running, but not yet finished
40 // Value for fMagicValue when the constructor has finished running
44 fMagicValue(kStartedConstructionMagicValue), fTag(tag)
47 fMagicValue = kFinishedConstructionMagicValue;
51 fMagicValue(kStartedConstructionMagicValue), fTag(iOther.fTag)
53 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
58 fMagicValue = kFinishedConstructionMagicValue
    [all...]

Completed in 285 milliseconds