HomeSort by relevance Sort by last modified time
    Searched full:crope (Results 1 - 5 of 5) sorted by null

  /external/stlport/test/unit/
rope_test.cpp 61 crope rstr(cstr);
76 crope r("Fuzzy Wuzzy was a bear");
77 crope::size_type n = r.find( "hair" );
78 CPPUNIT_ASSERT( n == crope::npos );
89 crope r("Fuzzy Wuzzy was a bear");
90 crope::size_type n = r.find( 'e' );
98 crope r('1');
108 //first create a rope bigger than crope::_S_copy_max = 23
110 crope evilRope("12345678901234567890123_");
111 //crope* pSevenCharRope( new TRope("1234567") )
    [all...]
mvctor_declaration_test.cpp 191 //crope, wrope:
192 CPPUNIT_ASSERT( is_movable(crope()) );
194 CPPUNIT_ASSERT( is_move_complete(crope()) );
196 CPPUNIT_ASSERT( !is_move_complete(crope()) );
hash_test.cpp 79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype;
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100")));
97 p = m.insert(pair<const char, crope>('c', crope("100")));
  /external/stlport/stlport/stl/
_rope.h 2297 typedef rope<char, allocator<char> > crope; typedef
    [all...]
  /external/stlport/etc/
ChangeLog-5.1     [all...]

Completed in 46 milliseconds