HomeSort by relevance Sort by last modified time
    Searched refs:binary_function (Results 76 - 100 of 157) sorted by null

1 2 34 5 6 7

  /ndk/tests/device/test-gnustl-full/unit/
bind_test.cpp 37 class pre_increment : public binary_function<int, int, int> {
43 class post_increment : public binary_function<int, int, int> {
  /ndk/tests/device/test-stlport/unit/
bind_test.cpp 37 class pre_increment : public binary_function<int, int, int> {
43 class post_increment : public binary_function<int, int, int> {
  /external/clang/include/clang/AST/
TypeOrdering.h 29 struct QualTypeOrdering : std::binary_function<QualType, QualType, bool> {
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 25 struct latency_sort : public std::binary_function<SUnit*, SUnit*, bool> {
ResourcePriorityQueue.h 31 struct resource_sort : public std::binary_function<SUnit*, SUnit*, bool> {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
compare.hpp 79 class case_ins_less : public std::binary_function<basic_cstring<CharT>,basic_cstring<CharT>,bool>
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 343 struct StringCompare : public std::binary_function<const STRING_TYPE&, const STRING_TYPE&, bool>
350 struct StringCompare<const char*> : public std::binary_function<const char*, const char*, bool>
357 struct StringCompare<char*> : public std::binary_function<const char*, const char*, bool>
  /external/chromium/base/
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/llvm/utils/TableGen/
SequenceToOffsetTable.h 40 struct SeqLess : public std::binary_function<SeqT, SeqT, bool> {
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 157 typename > struct binary_function;
161 binary_function <
  /external/llvm/include/llvm/ADT/
STLExtras.h 43 struct less_ptr : public std::binary_function<Ty, Ty, bool> {
50 struct greater_ptr : public std::binary_function<Ty, Ty, bool> {
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 165 struct less<mcld::sys::fs::Path> : public binary_function<mcld::sys::fs::Path,
  /external/chromium/chrome/browser/ui/webui/
downloads_dom_handler.cc 39 class DownloadItemSorter : public std::binary_function<DownloadItem*,
  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 223 : public std::binary_function<HistoryID, HistoryID, void> {
  /external/stlport/stlport/stl/
_map.h 61 : public binary_function<value_type, value_type, bool> {
253 class value_compare : public binary_function<value_type, value_type, bool> {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_map.h 61 : public binary_function<value_type, value_type, bool> {
253 class value_compare : public binary_function<value_type, value_type, bool> {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 56 : public std::binary_function<std::pair<T1, T2>, std::pair<T1, T2>, bool>
81 class lexicographic_reverse : public std::binary_function<T1, T2, bool>
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_map.h 61 : public binary_function<value_type, value_type, bool> {
253 class value_compare : public binary_function<value_type, value_type, bool> {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_map.h 61 : public binary_function<value_type, value_type, bool> {
253 class value_compare : public binary_function<value_type, value_type, bool> {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_map.h 61 : public binary_function<value_type, value_type, bool> {
253 class value_compare : public binary_function<value_type, value_type, bool> {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_map.h 61 : public binary_function<value_type, value_type, bool> {
253 class value_compare : public binary_function<value_type, value_type, bool> {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_map.h 61 : public binary_function<value_type, value_type, bool> {
253 class value_compare : public binary_function<value_type, value_type, bool> {
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiseq_selection.h 54 : public std::binary_function<std::pair<_T1, _T2>,
80 class _LexicographicReverse : public std::binary_function<_T1, _T2, bool>
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 43 class SortComparator : public std::binary_function<DataTypeController*,
  /external/clang/include/clang/Basic/
SourceLocation.h 324 struct BeforeThanCompare : public std::binary_function<FullSourceLoc,

Completed in 955 milliseconds

1 2 34 5 6 7