/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1085 class rope class in inherits:__stlport_class 1285 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1365 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1369 rope(const _CharT* __s, size_t __len, function in class:rope 1377 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1382 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1388 rope(const iterator& __s, const iterator& __e, function in class:rope 1394 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1407 rope(size_t __n, _CharT __c, function in class:rope 1466 rope(const allocator_type& __a = allocator_type()) function in class:rope 1470 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1477 rope(const _Self& __x) function in class:rope 1483 rope(__move_source<_Self> __src) function in class:rope [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1085 class rope class in inherits:__stlport_class 1285 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1365 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1369 rope(const _CharT* __s, size_t __len, function in class:rope 1377 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1382 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1388 rope(const iterator& __s, const iterator& __e, function in class:rope 1394 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1407 rope(size_t __n, _CharT __c, function in class:rope 1466 rope(const allocator_type& __a = allocator_type()) function in class:rope 1470 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1477 rope(const _Self& __x) function in class:rope 1483 rope(__move_source<_Self> __src) function in class:rope [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 27 // rope<_CharT,_Alloc> is a sequence of _CharT. 91 template<class _CharT, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_CharT>) > class rope; 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>, 123 rope<_CharT,_Alloc> > { 124 rope<_CharT,_Alloc> operator() (const rope<_CharT,_Alloc>& __x, 125 const rope<_CharT,_Alloc>& __y) { 132 rope<_CharT,_Alloc> 134 { return rope<_CharT,_Alloc>(); 1085 class rope class in inherits:__stlport_class 1285 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) function in class:rope 1365 rope(const _CharT* __s, const allocator_type& __a = allocator_type()) function in class:rope 1369 rope(const _CharT* __s, size_t __len, function in class:rope 1377 rope(const _CharT *__s, const _CharT *__e, function in class:rope 1382 rope(const const_iterator& __s, const const_iterator& __e, function in class:rope 1388 rope(const iterator& __s, const iterator& __e, function in class:rope 1394 rope(_CharT __c, const allocator_type& __a = allocator_type()) function in class:rope 1407 rope(size_t __n, _CharT __c, function in class:rope 1466 rope(const allocator_type& __a = allocator_type()) function in class:rope 1470 rope(char_producer<_CharT> *__fn, size_t __len, bool __delete_fn, function in class:rope 1477 rope(const _Self& __x) function in class:rope 1483 rope(__move_source<_Self> __src) function in class:rope [all...] |
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
NioByteStringTest.java | 494 ByteString rope = p1.concat(p2); local 496 assertEquals(CLASSNAME + " must equal RopeByteString with same value", rope, 499 rope); 508 rope = p1.concat(p2); 510 testString.equals(rope)); 512 rope.equals(testString));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
ropeimpl.h | 1 // SGI's rope class implementation -*- C++ -*- 40 * Do not attempt to use it directly. @headername{ext/rope} 109 // Set path and buffer inside a rope iterator. We assume that 317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 324 rope<_CharT, _Alloc>:: 423 // Concatenate a C string onto a leaf rope by copying the rope data. 426 typename rope<_CharT, _Alloc>::_RopeLeaf* 427 rope<_CharT, _Alloc>:: 432 rope::_Data_allocate(_S_rounded_up_size(__old_len + __len)) 1527 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
ropeimpl.h | 1 // SGI's rope class implementation -*- C++ -*- 40 * Do not attempt to use it directly. @headername{ext/rope} 109 // Set path and buffer inside a rope iterator. We assume that 317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 324 rope<_CharT, _Alloc>:: 423 // Concatenate a C string onto a leaf rope by copying the rope data. 426 typename rope<_CharT, _Alloc>::_RopeLeaf* 427 rope<_CharT, _Alloc>:: 432 rope::_Data_allocate(_S_rounded_up_size(__old_len + __len)) 1527 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
ropeimpl.h | 1 // SGI's rope class implementation -*- C++ -*- 40 * Do not attempt to use it directly. @headername{ext/rope} 109 // Set path and buffer inside a rope iterator. We assume that 317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 324 rope<_CharT, _Alloc>:: 423 // Concatenate a C string onto a leaf rope by copying the rope data. 426 typename rope<_CharT, _Alloc>::_RopeLeaf* 427 rope<_CharT, _Alloc>:: 432 rope::_Data_allocate(_S_rounded_up_size(__old_len + __len)) 1527 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope [all...] |
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
ropeimpl.h | 1 // SGI's rope class implementation -*- C++ -*- 40 * Do not attempt to use it directly. @headername{ext/rope} 109 // Set path and buffer inside a rope iterator. We assume that 317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 324 rope<_CharT, _Alloc>:: 423 // Concatenate a C string onto a leaf rope by copying the rope data. 426 typename rope<_CharT, _Alloc>::_RopeLeaf* 427 rope<_CharT, _Alloc>:: 432 rope::_Data_allocate(_S_rounded_up_size(__old_len + __len)) 1527 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
ropeimpl.h | 1 // SGI's rope class implementation -*- C++ -*- 40 * Do not attempt to use it directly. @headername{ext/rope} 109 // Set path and buffer inside a rope iterator. We assume that 317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 324 rope<_CharT, _Alloc>:: 423 // Concatenate a C string onto a leaf rope by copying the rope data. 426 typename rope<_CharT, _Alloc>::_RopeLeaf* 427 rope<_CharT, _Alloc>:: 432 rope::_Data_allocate(_S_rounded_up_size(__old_len + __len)) 1527 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
ropeimpl.h | 1 // SGI's rope class implementation -*- C++ -*- 40 * Do not attempt to use it directly. @headername{ext/rope} 109 // Set path and buffer inside a rope iterator. We assume that 317 _Rope_iterator(rope<_CharT, _Alloc>& __r, size_t __pos) 324 rope<_CharT, _Alloc>:: 423 // Concatenate a C string onto a leaf rope by copying the rope data. 426 typename rope<_CharT, _Alloc>::_RopeLeaf* 427 rope<_CharT, _Alloc>:: 432 rope::_Data_allocate(_S_rounded_up_size(__old_len + __len)) 1527 rope(size_t __n, _CharT __c, const allocator_type& __a) function in class:rope [all...] |