OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFinishedConstructionMagicValue
(Results
1 - 12
of
12
) sorted by null
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp
29
private: static int
kFinishedConstructionMagicValue
;
35
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
41
fMagicValue =
kFinishedConstructionMagicValue
;
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
29
private: static int
kFinishedConstructionMagicValue
;
35
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
41
fMagicValue =
kFinishedConstructionMagicValue
;
47
// If requested, throw an exception _before_ setting fMagicValue to
kFinishedConstructionMagicValue
52
fMagicValue =
kFinishedConstructionMagicValue
;
57
assert(fMagicValue ==
kFinishedConstructionMagicValue
);
push_front_exception_safety.pass.cpp
29
private: static int
kFinishedConstructionMagicValue
;
35
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
41
fMagicValue =
kFinishedConstructionMagicValue
;
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
29
private: static int
kFinishedConstructionMagicValue
;
35
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
41
fMagicValue =
kFinishedConstructionMagicValue
;
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
29
private: static int
kFinishedConstructionMagicValue
;
35
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
41
fMagicValue =
kFinishedConstructionMagicValue
;
47
// If requested, throw an exception _before_ setting fMagicValue to
kFinishedConstructionMagicValue
52
fMagicValue =
kFinishedConstructionMagicValue
;
57
assert(fMagicValue ==
kFinishedConstructionMagicValue
);
push_front_exception_safety.pass.cpp
29
private: static int
kFinishedConstructionMagicValue
;
35
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
41
fMagicValue =
kFinishedConstructionMagicValue
;
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
33
private: static int
kFinishedConstructionMagicValue
;
39
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
45
fMagicValue =
kFinishedConstructionMagicValue
;
51
// If requested, throw an exception _before_ setting fMagicValue to
kFinishedConstructionMagicValue
56
fMagicValue =
kFinishedConstructionMagicValue
;
61
assert(fMagicValue ==
kFinishedConstructionMagicValue
);
push_front_exception_safety.pass.cpp
33
private: static int
kFinishedConstructionMagicValue
;
39
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
45
fMagicValue =
kFinishedConstructionMagicValue
;
51
// If requested, throw an exception _before_ setting fMagicValue to
kFinishedConstructionMagicValue
56
fMagicValue =
kFinishedConstructionMagicValue
;
61
assert(fMagicValue ==
kFinishedConstructionMagicValue
);
/external/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp
33
private: static int
kFinishedConstructionMagicValue
;
39
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
45
fMagicValue =
kFinishedConstructionMagicValue
;
51
// If requested, throw an exception _before_ setting fMagicValue to
kFinishedConstructionMagicValue
56
fMagicValue =
kFinishedConstructionMagicValue
;
61
assert(fMagicValue ==
kFinishedConstructionMagicValue
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
push_back_exception_safety.pass.cpp
33
private: static int
kFinishedConstructionMagicValue
;
39
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
45
fMagicValue =
kFinishedConstructionMagicValue
;
51
// If requested, throw an exception _before_ setting fMagicValue to
kFinishedConstructionMagicValue
56
fMagicValue =
kFinishedConstructionMagicValue
;
61
assert(fMagicValue ==
kFinishedConstructionMagicValue
);
push_front_exception_safety.pass.cpp
33
private: static int
kFinishedConstructionMagicValue
;
39
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
45
fMagicValue =
kFinishedConstructionMagicValue
;
51
// If requested, throw an exception _before_ setting fMagicValue to
kFinishedConstructionMagicValue
56
fMagicValue =
kFinishedConstructionMagicValue
;
61
assert(fMagicValue ==
kFinishedConstructionMagicValue
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp
35
private: static int
kFinishedConstructionMagicValue
;
41
int CMyClass::
kFinishedConstructionMagicValue
= 12345;
47
fMagicValue =
kFinishedConstructionMagicValue
;
53
// If requested, throw an exception _before_ setting fMagicValue to
kFinishedConstructionMagicValue
58
fMagicValue =
kFinishedConstructionMagicValue
;
63
assert(fMagicValue ==
kFinishedConstructionMagicValue
);
Completed in 245 milliseconds