HomeSort by relevance Sort by last modified time
    Searched defs:bind2nd (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ufunction.h 202 /// Use the \ref bind2nd accessor to create this object.
232 bind2nd (BinaryFunction pfn, typename BinaryFunction::second_argument_type v) function in namespace:ustl
405 return (const_mem_var1_t<binder2nd<equal_to<VT> >,T,VT> (mvp, bind2nd(equal_to<VT>(), v)));
414 return (const_mem_var1_t<binder2nd<less<VT> >,T,VT> (mvp, bind2nd(less<VT>(), v)));
  /external/stlport/stlport/stl/
_function.h 252 bind2nd(const _Operation& __fn, const _Tp& __x) { function

Completed in 352 milliseconds