HomeSort by relevance Sort by last modified time
    Searched full:rope (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
ropeimpl.h 1 // SGI's rope class implementation -*- C++ -*-
41 * Do not attempt to use it directly. @headername{ext/rope}
110 // Set path and buffer inside a rope iterator. We assume that
318 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
325 rope<_CharT, _Alloc>::
424 // Concatenate a C string onto a leaf rope by copying the rope data.
427 typename rope<_CharT, _Alloc>::_RopeLeaf*
428 rope<_CharT, _Alloc>::
456 typename rope<_CharT,_Alloc>::_RopeLeaf
1528 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h 1 // SGI's rope class implementation -*- C++ -*-
108 // Set path and buffer inside a rope iterator. We assume that
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
323 rope<_CharT, _Alloc>::
422 // Concatenate a C string onto a leaf rope by copying the rope data.
425 typename rope<_CharT, _Alloc>::_RopeLeaf*
426 rope<_CharT, _Alloc>::
454 typename rope<_CharT,_Alloc>::_RopeLeaf*
455 rope<_CharT, _Alloc>:
1526 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 1 // SGI's rope class implementation -*- C++ -*-
108 // Set path and buffer inside a rope iterator. We assume that
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
323 rope<_CharT, _Alloc>::
422 // Concatenate a C string onto a leaf rope by copying the rope data.
425 typename rope<_CharT, _Alloc>::_RopeLeaf*
426 rope<_CharT, _Alloc>::
454 typename rope<_CharT,_Alloc>::_RopeLeaf*
455 rope<_CharT, _Alloc>:
1526 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 1 // SGI's rope class implementation -*- C++ -*-
108 // Set path and buffer inside a rope iterator. We assume that
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
323 rope<_CharT, _Alloc>::
422 // Concatenate a C string onto a leaf rope by copying the rope data.
425 typename rope<_CharT, _Alloc>::_RopeLeaf*
426 rope<_CharT, _Alloc>::
454 typename rope<_CharT,_Alloc>::_RopeLeaf*
455 rope<_CharT, _Alloc>:
1526 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 1 // SGI's rope class implementation -*- C++ -*-
108 // Set path and buffer inside a rope iterator. We assume that
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
323 rope<_CharT, _Alloc>::
422 // Concatenate a C string onto a leaf rope by copying the rope data.
425 typename rope<_CharT, _Alloc>::_RopeLeaf*
426 rope<_CharT, _Alloc>::
454 typename rope<_CharT,_Alloc>::_RopeLeaf*
455 rope<_CharT, _Alloc>:
1526 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h 1 // SGI's rope class implementation -*- C++ -*-
108 // Set path and buffer inside a rope iterator. We assume that
316 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos)
323 rope<_CharT, _Alloc>::
422 // Concatenate a C string onto a leaf rope by copying the rope data.
425 typename rope<_CharT, _Alloc>::_RopeLeaf*
426 rope<_CharT, _Alloc>::
454 typename rope<_CharT,_Alloc>::_RopeLeaf*
455 rope<_CharT, _Alloc>:
1526 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope
    [all...]
  /external/stlport/test/unit/
rope_test.cpp 5 # include <rope>
60 char const* cstr = "rope test string";
108 //first create a rope bigger than crope::_S_copy_max = 23
160 // Try and create a rope with a complex tree structure:
  /ndk/tests/device/test-gnustl-full/unit/
rope_test.cpp 5 # include <rope>
60 char const* cstr = "rope test string";
108 //first create a rope bigger than crope::_S_copy_max = 23
160 // Try and create a rope with a complex tree structure:
  /ndk/tests/device/test-stlport/unit/
rope_test.cpp 5 # include <rope>
60 char const* cstr = "rope test string";
108 //first create a rope bigger than crope::_S_copy_max = 23
160 // Try and create a rope with a complex tree structure:
  /external/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
133 // Set path and buffer inside a rope iterator. We assume that
364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf
365 # define __RopeRep__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeRep
369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const {
370 __stl_throw_out_of_range("rope");
373 // Concatenate a C string onto a leaf rope by copying the rope data.
377 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter
    [all...]
_string_npos.h 15 /* This header contains npos definition used in basic_string and rope
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
133 // Set path and buffer inside a rope iterator. We assume that
364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf
365 # define __RopeRep__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeRep
369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const {
370 __stl_throw_out_of_range("rope");
373 // Concatenate a C string onto a leaf rope by copying the rope data.
377 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter
    [all...]
_string_npos.h 15 /* This header contains npos definition used in basic_string and rope
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
133 // Set path and buffer inside a rope iterator. We assume that
364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf
365 # define __RopeRep__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeRep
369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const {
370 __stl_throw_out_of_range("rope");
373 // Concatenate a C string onto a leaf rope by copying the rope data.
377 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter
    [all...]
_string_npos.h 15 /* This header contains npos definition used in basic_string and rope
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
133 // Set path and buffer inside a rope iterator. We assume that
364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf
365 # define __RopeRep__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeRep
369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const {
370 __stl_throw_out_of_range("rope");
373 // Concatenate a C string onto a leaf rope by copying the rope data.
377 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter
    [all...]
_string_npos.h 15 /* This header contains npos definition used in basic_string and rope
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
133 // Set path and buffer inside a rope iterator. We assume that
364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf
365 # define __RopeRep__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeRep
369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const {
370 __stl_throw_out_of_range("rope");
373 // Concatenate a C string onto a leaf rope by copying the rope data.
377 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter
    [all...]
_string_npos.h 15 /* This header contains npos definition used in basic_string and rope
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_rope.c 59 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>* __r, size_t __pos)
64 _Rope_iterator<_CharT, _Alloc>::_Rope_iterator(rope<_CharT,_Alloc>& __r, size_t __pos):
133 // Set path and buffer inside a rope iterator. We assume that
364 # define __RopeLeaf__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeLeaf
365 # define __RopeRep__ _STLP_TYPENAME_ON_RETURN_TYPE rope<_CharT,_Alloc>::_RopeRep
369 void rope<_CharT, _Alloc>::_M_throw_out_of_range() const {
370 __stl_throw_out_of_range("rope");
373 // Concatenate a C string onto a leaf rope by copying the rope data.
377 rope<_CharT,_Alloc>::_S_leaf_concat_char_iter
    [all...]
_string_npos.h 15 /* This header contains npos definition used in basic_string and rope
  /external/qemu/telephony/
gsm.h 188 extern void gsm_rope_init( GsmRope rope );
189 extern void gsm_rope_init_alloc( GsmRope rope, int alloc );
190 extern int gsm_rope_done( GsmRope rope );
191 extern bytes_t gsm_rope_done_acquire( GsmRope rope, int *psize );
192 extern void gsm_rope_add_c( GsmRope rope, char c );
193 extern void gsm_rope_add( GsmRope rope, const void* str, int len );
194 extern void* gsm_rope_reserve( GsmRope rope, int len );
  /external/chromium/sdch/open-vcdiff/src/
output_string_crope.h 24 #include <ext/rope>
  /external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1 30 AC_CHECK_HEADERS([ext/rope])
configure.ac.v0.2 32 AC_CHECK_HEADERS([ext/rope])

Completed in 501 milliseconds

12 3 4 5