Searched refs:equal_to (Results 1 - 25 of 28) sorted by relevance

12

/external/eigen/Eigen/src/plugins/
H A DMatrixCwiseUnaryOps.h62 inline const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, const Derived>
65 return CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >,const Derived>
66 (derived(), std::bind1st(std::equal_to<Scalar>(), s));
H A DMatrixCwiseBinaryOps.h40 inline const CwiseBinaryOp<std::equal_to<Scalar>, const Derived, const OtherDerived>
43 return CwiseBinaryOp<std::equal_to<Scalar>, const Derived, const OtherDerived>(derived(), other.derived());
H A DArrayCwiseUnaryOps.h196 EIGEN_MAKE_SCALAR_CWISE_UNARY_OP(operator==, std::equal_to)
H A DArrayCwiseBinaryOps.h109 EIGEN_MAKE_CWISE_BINARY_OP(operator==,std::equal_to)
/external/astl/tests/
H A Dtest_functional.cpp42 EXPECT_TRUE(std::equal_to<int>()(10, 10));
/external/stlport/src/
H A Dmessage_facets.h43 typedef hash_map<nl_catd_type, locale, hash<nl_catd_type>, equal_to<nl_catd_type>,
78 typedef hash_map<messages_base::catalog, nl_catd_type, hash<messages_base::catalog>, equal_to<messages_base::catalog>,
80 typedef hash_map<nl_catd_type, messages_base::catalog, hash<nl_catd_type>, equal_to<nl_catd_type>,
H A Dlocale_catalog.cpp99 typedef hash_map<string, pair<void*, size_t>, hash<string>, equal_to<string> > Category_Map;
151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
/external/astl/include/
H A Dfunctional63 FUNCTIONAL_BINARY_COMPARAISON(equal_to, ==)
/external/stlport/test/unit/
H A Dhash_test.cpp50 typedef hash_multiset<char, hash<char>, equal_to<char> > hmset;
79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype;
116 typedef hash_multimap<char, int, hash<char>,equal_to<char> > mmap;
301 hash_set<int, hash<int>, equal_to<int> > s;
302 pair<hash_set<int, hash<int>, equal_to<int> >::iterator, bool> p = s.insert(42);
314 typedef hash_map<string, size_t, hash<string>, equal_to<string> > hmap;
364 hash_set<size_t, equality_hash_func, equal_to<size_t> > s1, s2;
387 typedef hash_set<int, hash<int>, equal_to<int>, StackAllocator<int> > HashSetInt;
388 HashSetInt hint1(10, hash<int>(), equal_to<int>(), stack1);
395 HashSetInt hint2(10, hash<int>(), equal_to<in
[all...]
H A Dequal_test.cpp168 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, equal_to<int>());
H A Dunordered_test.cpp69 typedef unordered_set<int, hash<int>, equal_to<int> > usettype;
119 typedef unordered_multiset<int, hash<int>, equal_to<int> > usettype;
158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype;
227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype;
H A Dalg_test.cpp202 CPPUNIT_ASSERT( search_n(array, array_end, 1, 1, equal_to<int>() ) == &array[1] );
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp160 _Tp > struct equal_to: struct in namespace:std
197 std::equal_to;
203 hash < _Key >, class _EqualKey = equal_to < _Key >, class _Alloc =
/external/protobuf/src/google/protobuf/stubs/
H A Dhash.h163 typename EqualKey = std::equal_to<Key> >
170 typename EqualKey = std::equal_to<Key> >
/external/eigen/Eigen/src/Eigen2Support/
H A DCwiseOperators.h193 inline const EIGEN_CWISE_BINOP_RETURN_TYPE(std::equal_to)
196 return EIGEN_CWISE_BINOP_RETURN_TYPE(std::equal_to)(_expression(), other.derived());
248 inline const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::equal_to)
251 return EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::equal_to)(_expression(),
H A DCwise.h129 template<typename OtherDerived> const EIGEN_CWISE_BINOP_RETURN_TYPE(std::equal_to)
148 const EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(std::equal_to)
/external/stlport/stlport/stl/
H A D_function_base.h65 struct equal_to : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
109 equal_to<_Tp> __equal_to(_Tp* ) { return equal_to<_Tp>(); }
H A D_unordered_map.h35 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Key>),
203 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Key>),
H A D_unordered_set.h35 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>),
185 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>),
H A D_hash_map.h43 _STLP_DFL_TMPL_PARAM(_EqualKey,equal_to<_Key>),
234 _STLP_DFL_TMPL_PARAM(_EqualKey,equal_to<_Key>),
H A D_hash_set.h43 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>),
229 _STLP_DFL_TMPL_PARAM(_EqualKey, equal_to<_Value>),
H A D_list.h646 { _STLP_PRIV _S_unique(*this, equal_to<value_type>()); }
/external/stlport/test/eh/
H A Dnc_alloc.cpp95 typedef EH_STD::hash_set<void*, ::hash_void, EH_STD::equal_to<void*> > allocation_set;
/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h121 typename _Equal = std::equal_to<typename _DFValuesTy::ValTy> >
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h877 /// std::equal_to<> and std::less<> to perform comparison of elements.
891 return std::equal_to<key_type>()(LHS,RHS);

Completed in 729 milliseconds

12