/external/stlport/stlport/stl/ |
D | _function_base.h | 53 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.h | 78 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.h | 44 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.h | 34 : public binary_function<typename _Traits::char_type, 74 : public binary_function<typename _Traits::char_type,
|
D | _map.h | 61 : 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/ |
D | l10n_util_collator.h | 24 : 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/ |
D | bind_test.cpp | 37 class pre_increment : public binary_function<int, int, int> { 43 class post_increment : public binary_function<int, int, int> {
|
D | alg_test.cpp | 338 public binary_function<const Pair&, const string&, bool>
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 157 typename > struct binary_function; 161 binary_function <
|
/external/chromium/base/ |
D | stl_util-inl.h | 295 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/ |
D | TypeOrdering.h | 29 struct QualTypeOrdering : std::binary_function<QualType, QualType, bool> {
|
/external/llvm/include/llvm/CodeGen/ |
D | LatencyPriorityQueue.h | 25 struct latency_sort : public std::binary_function<SUnit*, SUnit*, bool> {
|
D | ResourcePriorityQueue.h | 31 struct resource_sort : public std::binary_function<SUnit*, SUnit*, bool> {
|
/external/chromium_org/tools/gn/ |
D | label_ptr.h | 75 struct LabelPtrLabelLess : public std::binary_function<LabelPtrPair<T>,
|
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 43 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/ |
D | SequenceToOffsetTable.h | 40 struct SeqLess : public std::binary_function<SeqT, SeqT, bool> {
|
/external/chromium/chrome/browser/ui/webui/ |
D | downloads_dom_handler.cc | 39 class DownloadItemSorter : public std::binary_function<DownloadItem*,
|
/external/chromium_org/chrome/browser/history/ |
D | url_index_private_data.h | 223 : public std::binary_function<HistoryID, HistoryID, void> {
|
/external/chromium_org/chrome/browser/component_updater/ |
D | background_downloader_win.cc | 284 : public std::binary_function<IBackgroundCopyJob*, int, bool> { 304 : public std::binary_function<IBackgroundCopyJob*, const base::string16&,
|
/external/chromium/chrome/browser/sync/glue/ |
D | data_type_manager_impl.cc | 43 class SortComparator : public std::binary_function<DataTypeController*,
|
D | autofill_model_associator.cc | 294 : public std::binary_function<AutofillProfile*, AutofillProfile*, bool> {
|
/external/llvm/tools/llvm-prof/ |
D | llvm-prof.cpp | 63 : public std::binary_function<std::pair<T, double>,
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc,
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PrerenderingTest.cpp | 149 class WebPrerenderEqual : public std::binary_function<WebPrerender, WebPrerender, bool> {
|
/external/chromium/chrome/browser/chromeos/input_method/ |
D | input_method_util.cc | 281 : std::binary_function<const std::string&, const std::string&, bool> {
|