Searched defs:STLBinaryPredicate (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dstl_util-inl.h312 // STLBinaryPredicate is a specialized version of STLBinaryFunction, where the
320 class STLBinaryPredicate : public STLBinaryFunction<bool, Arg, Arg> { class in inherits:STLBinaryFunction
322 typedef typename STLBinaryPredicate<Arg>::Callback Callback;
323 STLBinaryPredicate(Callback* callback) function in class:STLBinaryPredicate

Completed in 46 milliseconds