OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_STLP_ASSERT
(Results
1 - 6
of
6
) sorted by null
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h
159
# if !defined (
_STLP_ASSERT
)
160
# define
_STLP_ASSERT
(expr) \
165
# define
_STLP_ASSERT
(expr)
179
# define _STLP_DEBUG_CHECK(expr)
_STLP_ASSERT
(expr)
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h
159
# if !defined (
_STLP_ASSERT
)
160
# define
_STLP_ASSERT
(expr) \
165
# define
_STLP_ASSERT
(expr)
179
# define _STLP_DEBUG_CHECK(expr)
_STLP_ASSERT
(expr)
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_debug.h
159
# if !defined (
_STLP_ASSERT
)
160
# define
_STLP_ASSERT
(expr) \
165
# define
_STLP_ASSERT
(expr)
179
# define _STLP_DEBUG_CHECK(expr)
_STLP_ASSERT
(expr)
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_rope.c
128
_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
(__left->get_allocator() == __right->get_allocator()
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_rope.c
128
_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
(__left->get_allocator() == __right->get_allocator()
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_rope.c
128
_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
(__left->get_allocator() == __right->get_allocator()
[
all
...]
Completed in 486 milliseconds