Home
last modified time | relevance | path

Searched refs:bind1st (Results 1 – 2 of 2) sorted by relevance

/external/stlport/test/unit/
Dbind_test.cpp56 int* p = remove_if((int*)array, (int*)array + 3, bind1st(less<int>(), 2)); in bind1st1()
62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1)); in bind1st1()
106 transform(array, array + 3, array, bind1st(ptr_fun(test_func1), -1)); in bind2nd3()
/external/stlport/stlport/stl/
D_function.h217 bind1st(const _Operation& __fn, const _Tp& __x) { in bind1st() function