Searched defs:throw (Results 1 – 2 of 2) sorted by relevance
49 test_allocator() throw() : data_(-1) {} in throw() function51 test_allocator(const test_allocator& a) throw() in throw() function55 ~test_allocator() throw() {data_ = 0;} in throw() function105 test_allocator() throw() : data_(-1) {} in throw() function107 test_allocator(const test_allocator& a) throw() in throw() function111 ~test_allocator() throw() {data_ = 0;} in throw() function
54 test_allocator() throw() : data_(0) {++count;} in throw() function56 test_allocator(const test_allocator& a) throw() in throw() function60 ~test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;} in throw() function116 non_default_test_allocator(const non_default_test_allocator& a) throw() in throw() function120 ~non_default_test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;} in throw() function172 test_allocator() throw() : data_(-1) {} in throw() function174 test_allocator(const test_allocator& a) throw() in throw() function178 ~test_allocator() throw() {data_ = 0;} in throw() function