Searched defs:Throws (Results 1 – 11 of 11) sorted by relevance
22 struct Throws { struct23 Throws() : v_(0) {} in Throws() function24 Throws(int v) : v_(v) {} in Throws() argument25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument30 static bool sThrows; argument33 bool Throws::sThrows = false; argument
22 struct Throws { struct23 Throws() : v_(0) {} in Throws() function24 Throws(int v) : v_(v) {} in Throws() function25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument27 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument28 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument30 static bool sThrows; argument33 bool Throws::sThrows = false; argument
24 struct Throws { struct25 Throws() : v_(0) {} in Throws() function26 Throws(int v) : v_(v) {} in Throws() function27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function29 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument30 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument33 static bool sThrows; argument36 bool Throws::sThrows = false; argument
26 struct Throws { struct27 Throws() : v_(0) {} in Throws() function28 Throws(int v) : v_(v) {} in Throws() argument29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() function30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws() argument31 Throws& operator=(const Throws &rhs) { v_ = rhs.v_; return *this; } in operator =() argument32 Throws& operator=( Throws &&rhs) { v_ = rhs.v_; return *this; } in operator =() argument35 static bool sThrows; argument38 bool Throws::sThrows = false; argument
4 struct Throws { struct
34 public function Throws($class, Callable $callback) { function in Assert
621 public function Throws($class, Callable $callback) { function in Assert
33 Throws = 1 << 4, enumerator
122 interface Throws<R extends RuntimeException> { interface in MethodSpecTest
2817 Throws = 1 << 4 enumerator
4180 Throws = 1 << 4, enumerator