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

  /external/stlport/test/unit/
multiset_test.cpp 105 typedef multiset<int, fn_type, allocator<int> > fn_mset; typedef
108 fn_mset s1(array+0, array + 4 , f );
109 fn_mset::const_iterator i = s1.begin();
118 fn_mset s2(array, array + 4, g);
  /ndk/tests/device/test-gnustl-full/unit/
multiset_test.cpp 105 typedef multiset<int, fn_type, allocator<int> > fn_mset; typedef
108 fn_mset s1(array+0, array + 4 , f );
109 fn_mset::const_iterator i = s1.begin();
118 fn_mset s2(array, array + 4, g);
  /ndk/tests/device/test-stlport/unit/
multiset_test.cpp 105 typedef multiset<int, fn_type, allocator<int> > fn_mset; typedef
108 fn_mset s1(array+0, array + 4 , f );
109 fn_mset::const_iterator i = s1.begin();
118 fn_mset s2(array, array + 4, g);

Completed in 513 milliseconds