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

  /external/stlport/test/unit/
multiset_test.cpp 104 typedef pointer_to_binary_function<int, int, bool> fn_type; typedef
105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
107 fn_type f(less_than);
117 fn_type g(greater_than);
  /ndk/tests/device/test-gnustl-full/unit/
multiset_test.cpp 104 typedef pointer_to_binary_function<int, int, bool> fn_type; typedef
105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
107 fn_type f(less_than);
117 fn_type g(greater_than);
  /ndk/tests/device/test-stlport/unit/
multiset_test.cpp 104 typedef pointer_to_binary_function<int, int, bool> fn_type; typedef
105 typedef multiset<int, fn_type, allocator<int> > fn_mset;
107 fn_type f(less_than);
117 fn_type g(greater_than);

Completed in 127 milliseconds