Searched refs:_S_RopeLeaf_from_unowned_char_ptr (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.c482 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
505 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
521 return _S_RopeLeaf_from_unowned_char_ptr(__s, __slen,
565 _S_RopeLeaf_from_unowned_char_ptr(__s, __slen, __r->get_allocator());
671 __result = _S_RopeLeaf_from_unowned_char_ptr(__section, __result_len,
H A D_rope.h1231 _RopeLeaf* _S_RopeLeaf_from_unowned_char_ptr(const _CharT *__s, function in class:rope
1366 : _M_tree_ptr(__a, _S_RopeLeaf_from_unowned_char_ptr(__s, _S_char_ptr_len(__s),__a))
1371 : _M_tree_ptr(__a, (_S_RopeLeaf_from_unowned_char_ptr(__s, __len, __a)))
1379 : _M_tree_ptr(__a, _S_RopeLeaf_from_unowned_char_ptr(__s, __e - __s, __a))
1522 _S_RopeLeaf_from_unowned_char_ptr(&__x, 1, _M_tree_ptr);

Completed in 217 milliseconds