Home
last modified time | relevance | path

Searched defs:Throws (Results 1 – 23 of 23) sorted by relevance

/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
Derase_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() argument
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
Derase_iter_iter.pass.cpp22 struct Throws { struct
23 Throws() : v_(0) {} in Throws() function
24 Throws(int v) : v_(v) {} in Throws() argument
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 static bool sThrows; argument
33 bool Throws::sThrows = false; argument
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/vector/vector.modifiers/
Dcommon.h17 struct Throws { struct
18 Throws() : v_(0) {} in Throws() function
19 Throws(int v) : v_(v) {} in Throws() argument
20 Throws(const Throws& rhs) : v_(rhs.v_) { in Throws() argument
24 Throws(Throws&& rhs) : v_(rhs.v_) { in Throws() argument
37 static bool sThrows; argument
40 bool Throws::sThrows = false; argument
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/vector/vector.modifiers/
Dcommon.h17 struct Throws { struct
18 Throws() : v_(0) {} in Throws() argument
19 Throws(int v) : v_(v) {} in Throws() function
20 Throws(const Throws& rhs) : v_(rhs.v_) { in Throws() argument
24 Throws(Throws&& rhs) : v_(rhs.v_) { in Throws() argument
37 static bool sThrows; argument
40 bool Throws::sThrows = false; argument
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Derase_iter.pass.cpp24 struct Throws { struct
25 Throws() : v_(0) {} in Throws() function
26 Throws(int v) : v_(v) {} in Throws() argument
27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
29 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
33 static bool sThrows; argument
36 bool Throws::sThrows = false; argument
Derase_iter_iter.pass.cpp26 struct Throws { struct
27 Throws() : v_(0) {} in Throws() argument
28 Throws(int v) : v_(v) {} in Throws() function
29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
31 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
32 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
35 static bool sThrows; argument
38 bool Throws::sThrows = false; argument
/external/cronet/stable/third_party/libc++/src/test/std/containers/sequences/deque/deque.modifiers/
Derase_iter.pass.cpp24 struct Throws { struct
25 Throws() : v_(0) {} in Throws() argument
26 Throws(int v) : v_(v) {} in Throws() function
27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
29 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
33 static bool sThrows; argument
36 bool Throws::sThrows = false; argument
Derase_iter_iter.pass.cpp26 struct Throws { struct
27 Throws() : v_(0) {} in Throws() function
28 Throws(int v) : v_(v) {} in Throws() function
29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
31 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
32 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
35 static bool sThrows; argument
38 bool Throws::sThrows = false; argument
/external/cronet/tot/third_party/libc++/src/test/std/containers/sequences/deque/deque.modifiers/
Derase_iter.pass.cpp24 struct Throws { struct
25 Throws() : v_(0) {} in Throws() argument
26 Throws(int v) : v_(v) {} in Throws() function
27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
29 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
30 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
33 static bool sThrows; argument
36 bool Throws::sThrows = false; argument
Derase_iter_iter.pass.cpp26 struct Throws { struct
27 Throws() : v_(0) {} in Throws() argument
28 Throws(int v) : v_(v) {} in Throws() function
29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function
30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument
31 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument
32 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument
35 static bool sThrows; argument
38 bool Throws::sThrows = false; argument
/external/dokka/core/testdata/format/
DcodeBlock.kt13 class Throws class
/external/clang/test/CodeGenCXX/
Dnew-array-init-exceptions.cpp4 struct Throws { struct
/external/flatbuffers/tests/
DphpUnionVectorTest.php34 public function Throws($class, Callable $callback) { function in Assert
DphpTest.php621 public function Throws($class, Callable $callback) { function in Assert
/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/classes/
DTags.java34 public static class Throws { class in Tags
/external/javapoet/src/test/java/com/squareup/javapoet/
DMethodSpecTest.java121 interface Throws<R extends RuntimeException> { interface in MethodSpecTest
/external/cronet/stable/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/external/angle/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/base/
Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/external/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/external/cronet/tot/third_party/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc48 TEST(ThrowingValueTest, Throws) { in TEST() argument
/external/bcc/tests/cc/
Dcatch.hpp2817 Throws = 1 << 4 enumerator