Searched defs:_STLP_ASSERT (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/debug/
H A 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)
/external/stlport/stlport/stl/
H A D_rope.c128 _STLP_ASSERT(0)
145 _STLP_ASSERT(__pos <= __x._M_root->_M_size._M_data)
163 _STLP_ASSERT(__curr_depth <= _RopeRep::_S_max_rope_depth)
217 _STLP_ASSERT(__x._M_current_pos <= __x._M_root->_M_size._M_data)
223 _STLP_ASSERT(__node_start_pos + __len == __x._M_current_pos)
398 _STLP_ASSERT(__r->_M_c_string == __r->_M_data)
414 //_STLP_ASSERT(__r->_M_ref_count >= 1)
427 // _STLP_ASSERT(__r->_M_ref_count == 1)
433 //_STLP_ASSERT(__result->_M_ref_count == 1)
448 _STLP_ASSERT(__lef
709 _STLP_ASSERT(false) function
[all...]

Completed in 170 milliseconds