Home
last modified time | relevance | path

Searched refs:_STLP_ASSERT (Results 1 – 17 of 17) sorted by relevance

/external/stlport/stlport/stl/
D_valarray.h137 _STLP_ASSERT(__x.size() == this->size())
157 _STLP_ASSERT(__n < this->size())
161 _STLP_ASSERT(__n < this->size())
258 _STLP_ASSERT(__x.size() == this->size())
265 _STLP_ASSERT(__x.size() == this->size())
272 _STLP_ASSERT(__x.size() == this->size())
279 _STLP_ASSERT(__x.size() == this->size())
286 _STLP_ASSERT(__x.size() == this->size())
293 _STLP_ASSERT(__x.size() == this->size())
300 _STLP_ASSERT(__x.size() == this->size())
[all …]
D_rope.c128 _STLP_ASSERT(0) in _S_setbuf()
145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data) in _S_setcache()
163 _STLP_ASSERT(__curr_depth <= _RopeRep::_S_max_rope_depth) in _S_setcache()
217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data) in _S_setcache_for_incr()
223 _STLP_ASSERT(__node_start_pos + __len == __x._M_current_pos) in _S_setcache_for_incr()
398 _STLP_ASSERT(__r->_M_c_string == __r->_M_data) in _Terminate_RopeLeaf()
448 _STLP_ASSERT(__left->get_allocator() == __right->get_allocator()) in _S_tree_concat()
709 _STLP_ASSERT(false) in _S_substring()
837 _STLP_ASSERT(false) in _S_apply_to_pieces()
944 _STLP_ASSERT(false) in _S_flatten()
[all …]
D_fstream.c309 _STLP_ASSERT(__whence == ios_base::cur) in seekoff()
349 _STLP_ASSERT(__epos >= 0) in seekoff()
364 _STLP_ASSERT(__status == _Codecvt::ok) in seekoff()
365 _STLP_ASSERT(__inext == __ibegin + __ipos) in seekoff()
366 _STLP_ASSERT(equal(this->eback(), this->gptr(), __ibegin, _STLP_PRIV _Eq_traits<traits_type>())) in seekoff()
D_rope.h473 _STLP_ASSERT(_p_size > 0)
544 { _STLP_ASSERT(_p_size > 0) }
580 _STLP_ASSERT(__start_pos + __req_len <= this->_M_size._M_data)
581 _STLP_ASSERT(_M_start + this->_M_size._M_data <= _M_base->_M_size._M_data)
593 _STLP_ASSERT(false)
604 _STLP_ASSERT(__l > 0)
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
728 _STLP_ASSERT(0 == __x)
1492 _STLP_ASSERT(get_allocator() == __x.get_allocator())
1676 _STLP_ASSERT(__s._M_root == __e._M_root)
[all …]
D_valarray.c46 _STLP_ASSERT(__x._M_slice.size() == this->size())
127 _STLP_ASSERT(__x._M_addr.size() == this->size())
D_carray.h49 _STLP_ASSERT(__i < _Nb)
D_hashtable.c209 _STLP_ASSERT(_M_hash(_M_get_key(*__cur)) == _M_hash(_M_get_key(__obj))) in insert_unique_noresize()
240 _STLP_ASSERT(_M_hash(_M_get_key(*__cur)) == _M_hash(_M_get_key(__obj))) in insert_equal_noresize()
488 _STLP_ASSERT( _M_bkt_num(*__cur, __num_buckets) == __b ) in _M_check()
489_STLP_ASSERT( !_M_equals(_M_get_key(*__fst), _M_get_key(*__cur)) || _M_equals(_M_get_key(*__snd), … in _M_check()
D_pthread_alloc.h146 _STLP_ASSERT( (__p == 0) == (__n == 0) ) in deallocate()
329 _STLP_ASSERT( (__p == 0) == (__n == 0) )
D_alloc.h318 _STLP_ASSERT( (__p == 0) == (__n == 0) ) in deallocate()
D_list.h487 _STLP_ASSERT(__tmp.get_allocator() == this->get_allocator())
/external/stlport/stlport/stl/debug/
D_iterator.h46 { _STLP_ASSERT(0) } in _Decrement()
50 { _STLP_ASSERT(0) } in _Advance()
54 { _STLP_ASSERT(0) } in _Advance()
66 _STLP_ASSERT(0) in _DBG_distance()
72 _STLP_ASSERT(0) in _DBG_distance()
78 _STLP_ASSERT(0) in _CompareIt()
84 _STLP_ASSERT(0) in _CompareIt()
D_debug.h159 # if !defined (_STLP_ASSERT)
160 # define _STLP_ASSERT(expr) \ macro
165 # define _STLP_ASSERT(expr)
179 # define _STLP_DEBUG_CHECK(expr) _STLP_ASSERT(expr)
D_debug.c466 _STLP_ASSERT(__pos->_Owner()== __l) in _Stamp_all()
477 _STLP_ASSERT(__l->_M_node._Owner() != 0) in _Verify()
480 _STLP_ASSERT(__pos->_Owner()== __l) in _Verify()
546 _STLP_ASSERT(__next && __next->_Owner() == __l) in _M_detach()
/external/stlport/test/eh/
DPrefix.h37 #define EH_ASSERT _STLP_ASSERT
150 _STLP_ASSERT( (__p == 0) == (__n == 0) ) in deallocate()
/external/stlport/src/
Dlocale_impl.cpp697 _STLP_ASSERT( loc != 0 ); in _get_Locale_impl()
704 _STLP_ASSERT( loc != 0 ); in _release_Locale_impl()
716 _STLP_ASSERT( loc != 0 ); in _copy_Nameless_Locale_impl()
/external/stlport/stlport/stl/config/
D_evc.h313 # define assert(expr) _STLP_ASSERT(expr)
/external/stlport/etc/
DChangeLog-5.13846 _STLP_ASSERT macro definition.