HomeSort by relevance Sort by last modified time
    Searched refs:rope (Results 1 - 10 of 10) sorted by null

  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
extc++.h 52 #include <ext/rope>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
extc++.h 52 #include <ext/rope>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
extc++.h 52 #include <ext/rope>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
extc++.h 52 #include <ext/rope>
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
IsValidUtf8Test.java 157 for (ByteString rope : ropes) {
158 assertTrue(not ^ rope.isValidUtf8());
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));
IsValidUtf8TestUtil.java 295 ByteString rope = RopeByteString.newInstanceForTest(
298 assertSame(RopeByteString.class, rope.getClass());
300 ByteString[] byteStrings = {bs, bs.substring(0, numBytes), rope};
  /external/python/cpython3/Lib/test/
test_enum.py 966 rope = 'rough' variable in class:TestEnum.test_introspection.String
    [all...]

Completed in 288 milliseconds