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

  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 27 private: int fMagicValue;
33 // Value for fMagicValue when the constructor has started running, but not yet finished
35 // Value for fMagicValue when the constructor has finished running
39 fMagicValue(kStartedConstructionMagicValue)
42 fMagicValue = kFinishedConstructionMagicValue;
46 fMagicValue(kStartedConstructionMagicValue)
48 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
53 fMagicValue = kFinishedConstructionMagicValue;
58 assert(fMagicValue == kFinishedConstructionMagicValue);
  /external/libcxx/test/std/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 27 private: int fMagicValue;
33 // Value for fMagicValue when the constructor has started running, but not yet finished
35 // Value for fMagicValue when the constructor has finished running
39 fMagicValue(kStartedConstructionMagicValue)
42 fMagicValue = kFinishedConstructionMagicValue;
46 fMagicValue(kStartedConstructionMagicValue)
48 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
53 fMagicValue = kFinishedConstructionMagicValue;
58 assert(fMagicValue == kFinishedConstructionMagicValue);
push_front_exception_safety.pass.cpp 27 private: int fMagicValue;
33 // Value for fMagicValue when the constructor has started running, but not yet finished
35 // Value for fMagicValue when the constructor has finished running
39 fMagicValue(kStartedConstructionMagicValue)
42 fMagicValue = kFinishedConstructionMagicValue;
46 fMagicValue(kStartedConstructionMagicValue)
48 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
53 fMagicValue = kFinishedConstructionMagicValue;
58 assert(fMagicValue == kFinishedConstructionMagicValue);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 27 private: int fMagicValue;
33 // Value for fMagicValue when the constructor has started running, but not yet finished
35 // Value for fMagicValue when the constructor has finished running
39 fMagicValue(kStartedConstructionMagicValue)
42 fMagicValue = kFinishedConstructionMagicValue;
46 fMagicValue(kStartedConstructionMagicValue)
48 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
53 fMagicValue = kFinishedConstructionMagicValue;
58 assert(fMagicValue == kFinishedConstructionMagicValue);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 27 private: int fMagicValue;
33 // Value for fMagicValue when the constructor has started running, but not yet finished
35 // Value for fMagicValue when the constructor has finished running
39 fMagicValue(kStartedConstructionMagicValue)
42 fMagicValue = kFinishedConstructionMagicValue;
46 fMagicValue(kStartedConstructionMagicValue)
48 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
53 fMagicValue = kFinishedConstructionMagicValue;
58 assert(fMagicValue == kFinishedConstructionMagicValue);
push_front_exception_safety.pass.cpp 27 private: int fMagicValue;
33 // Value for fMagicValue when the constructor has started running, but not yet finished
35 // Value for fMagicValue when the constructor has finished running
39 fMagicValue(kStartedConstructionMagicValue)
42 fMagicValue = kFinishedConstructionMagicValue;
46 fMagicValue(kStartedConstructionMagicValue)
48 // If requested, throw an exception _before_ setting fMagicValue to kFinishedConstructionMagicValue
53 fMagicValue = kFinishedConstructionMagicValue;
58 assert(fMagicValue == kFinishedConstructionMagicValue);
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 28 { 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...]
push_front_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...]
  /external/libcxx/test/std/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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp 28 { 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...]
push_front_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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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 2264 milliseconds