Searched refs:sThrows (Results 1 – 4 of 4) sorted by relevance
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()30 static bool sThrows; member33 bool Throws::sThrows = false; member in Throws96 Throws::sThrows = true; in main()
25 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()26 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()30 static bool sThrows; member33 bool Throws::sThrows = false; member in Throws149 Throws::sThrows = true; in main()
27 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()28 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()33 static bool sThrows; member36 bool Throws::sThrows = false; member in Throws118 Throws::sThrows = true; in main()
29 Throws(const Throws &rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()30 Throws( Throws &&rhs) : v_(rhs.v_) { if (sThrows) throw 1; } in Throws()35 static bool sThrows; member38 bool Throws::sThrows = false; member in Throws124 Throws::sThrows = true; in main()