HomeSort by relevance Sort by last modified time
    Searched refs:_Identity (Results 1 - 19 of 19) sorted by null

  /external/stlport/stlport/stl/
_function_base.h 178 struct _Identity : public unary_function<_Tp,_Tp> {
_set.h 66 value_type, _STLP_PRIV _Identity<value_type>,
237 value_type, _STLP_PRIV _Identity<value_type>,
_unordered_set.h 47 _UnorderedSetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht;
197 _UnorderedMultisetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht;
_algobase.c 335 __pt2, _Identity<bool>(), _UseStrcspnLikeAlgo());
_function.h 322 template <class _Tp> struct identity : public _STLP_PRIV _Identity<_Tp> {};
_hash_set.h 55 _HashSetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht;
241 _HashMultisetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht;
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 178 struct _Identity : public unary_function<_Tp,_Tp> {
_set.h 66 value_type, _STLP_PRIV _Identity<value_type>,
237 value_type, _STLP_PRIV _Identity<value_type>,
_unordered_set.h 47 _UnorderedSetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht;
197 _UnorderedMultisetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht;
_algobase.c 335 __pt2, _Identity<bool>(), _UseStrcspnLikeAlgo());
_function.h 322 template <class _Tp> struct identity : public _STLP_PRIV _Identity<_Tp> {};
_hash_set.h 55 _HashSetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht;
241 _HashMultisetTraits, _STLP_PRIV _Identity<_Value>, _EqualKey, _Alloc> _Ht;
_string.c 102 { return __find_first_of_aux2(__first1, __last1, __first2, __last2, __first2, not1(_Identity<bool>()), __useStrcspnLikeAlgo); }
  /external/stlport/stlport/stl/pointers/
_set.h 46 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, _DbgCompare<void*, less<void*> >, void*, _Identity<void*>,
50 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, less<void*>, void*, _Identity<void*>,
84 value_type, _STLP_PRIV _Identity<value_type>,
92 _KeyStorageType, _STLP_PRIV _Identity<_KeyStorageType>,
332 value_type, _STLP_PRIV _Identity<value_type>,
339 _KeyStorageType, _STLP_PRIV _Identity<_KeyStorageType>,
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h 46 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, _DbgCompare<void*, less<void*> >, void*, _Identity<void*>,
50 _STLP_EXPORT_TEMPLATE_CLASS _Rb_tree<void*, less<void*>, void*, _Identity<void*>,
84 value_type, _STLP_PRIV _Identity<value_type>,
92 _KeyStorageType, _STLP_PRIV _Identity<_KeyStorageType>,
332 value_type, _STLP_PRIV _Identity<value_type>,
339 _KeyStorageType, _STLP_PRIV _Identity<_KeyStorageType>,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multiset.h 105 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
stl_set.h 110 typedef _Rb_tree<key_type, value_type, _Identity<value_type>,
stl_function.h 468 struct _Identity : public unary_function<_Tp,_Tp>

Completed in 387 milliseconds