Home
last modified time | relevance | path

Searched refs:binary_function (Results 1 – 25 of 33) sorted by relevance

12

/external/stlport/stlport/stl/
D_function_base.h53 struct binary_function { struct
60 ~binary_function() {} in ~binary_function() argument
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
70 struct less : public binary_function<_Tp,_Tp,bool>
114 struct plus : public binary_function<_Tp, _Tp, _Tp> {
119 struct minus : public binary_function<_Tp, _Tp, _Tp> {
134 struct multiplies : public binary_function<_Tp, _Tp, _Tp> {
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
D_function_adaptors.h78 class _Mem_fun1_ptr : public binary_function<_Tp*,_Arg,_Result> {
104 class _Const_mem_fun1_ptr : public binary_function<const _Tp*,_Arg,_Result> {
131 class _Mem_fun1_ref : public binary_function<_Tp,_Arg,_Result> {
157 class _Const_mem_fun1_ref : public binary_function<_Tp,_Arg,_Result> {
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
240 class _Void_mem_fun1_ptr : public binary_function<_Tp*,_Arg,void> {
266 class _Void_const_mem_fun1_ptr : public binary_function<const _Tp*,_Arg,void> {
292 class _Void_mem_fun1_ref : public binary_function<_Tp,_Arg,void> {
318 class _Void_const_mem_fun1_ref : public binary_function<_Tp,_Arg,void> {
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void> {
[all …]
D_function.h44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> {
49 struct greater : public binary_function<_Tp, _Tp, bool> {
54 struct greater_equal : public binary_function<_Tp, _Tp, bool> {
59 struct less_equal : public binary_function<_Tp, _Tp, bool> {
64 struct divides : public binary_function<_Tp, _Tp, _Tp> {
69 struct modulus : public binary_function<_Tp, _Tp, _Tp> {
79 struct logical_and : public binary_function<_Tp, _Tp, bool> {
84 struct logical_or : public binary_function<_Tp, _Tp,bool> {
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
D_ctraits_fns.h34 : public binary_function<typename _Traits::char_type,
74 : public binary_function<typename _Traits::char_type,
D_map.h61 : public binary_function<value_type, value_type, bool> { in _STLP_CREATE_ITERATOR_TRAITS()
253 class value_compare : public binary_function<value_type, value_type, bool> { in _STLP_CREATE_ITERATOR_TRAITS()
/external/chromium_org/ui/base/l10n/
Dl10n_util_collator.h24 : public std::binary_function<const base::string16&,
47 : public std::binary_function<const base::string16&,
88 class StringComparator : public std::binary_function<const Element&,
/external/stlport/test/unit/
Dbind_test.cpp37 class pre_increment : public binary_function<int, int, int> {
43 class post_increment : public binary_function<int, int, int> {
Dalg_test.cpp338 public binary_function<const Pair&, const string&, bool>
/external/clang/test/CodeGenCXX/
Ddebug-info-use-after-free.cpp157 typename > struct binary_function;
161 binary_function <
/external/chromium/base/
Dstl_util-inl.h295 class STLBinaryFunction : public std::binary_function<Arg1, Arg2, Result> {
390 : public std::binary_function<Pair, Pair, typename BinaryOp::result_type> {
414 : public std::binary_function<Pair, Pair, typename BinaryOp::result_type> {
/external/clang/include/clang/AST/
DTypeOrdering.h29 struct QualTypeOrdering : std::binary_function<QualType, QualType, bool> {
/external/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h25 struct latency_sort : public std::binary_function<SUnit*, SUnit*, bool> {
DResourcePriorityQueue.h31 struct resource_sort : public std::binary_function<SUnit*, SUnit*, bool> {
/external/chromium_org/tools/gn/
Dlabel_ptr.h75 struct LabelPtrLabelLess : public std::binary_function<LabelPtrPair<T>,
/external/llvm/include/llvm/ADT/
DSTLExtras.h43 struct less_ptr : public std::binary_function<Ty, Ty, bool> {
50 struct greater_ptr : public std::binary_function<Ty, Ty, bool> {
/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h40 struct SeqLess : public std::binary_function<SeqT, SeqT, bool> {
/external/chromium/chrome/browser/ui/webui/
Ddownloads_dom_handler.cc39 class DownloadItemSorter : public std::binary_function<DownloadItem*,
/external/chromium_org/chrome/browser/history/
Durl_index_private_data.h223 : public std::binary_function<HistoryID, HistoryID, void> {
/external/chromium_org/chrome/browser/component_updater/
Dbackground_downloader_win.cc284 : public std::binary_function<IBackgroundCopyJob*, int, bool> {
304 : public std::binary_function<IBackgroundCopyJob*, const base::string16&,
/external/chromium/chrome/browser/sync/glue/
Ddata_type_manager_impl.cc43 class SortComparator : public std::binary_function<DataTypeController*,
Dautofill_model_associator.cc294 : public std::binary_function<AutofillProfile*, AutofillProfile*, bool> {
/external/llvm/tools/llvm-prof/
Dllvm-prof.cpp63 : public std::binary_function<std::pair<T, double>,
/external/clang/include/clang/Basic/
DSourceLocation.h324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc,
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPrerenderingTest.cpp149 class WebPrerenderEqual : public std::binary_function<WebPrerender, WebPrerender, bool> {
/external/chromium/chrome/browser/chromeos/input_method/
Dinput_method_util.cc281 : std::binary_function<const std::string&, const std::string&, bool> {

12