HomeSort by relevance Sort by last modified time
    Searched full:_key (Results 126 - 150 of 229) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_set.h 85 template<typename _Key, typename _Compare = std::less<_Key>,
86 typename _Alloc = std::allocator<_Key> >
91 __glibcxx_class_requires(_Key, _SGIAssignableConcept)
92 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
94 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept)
100 typedef _Key key_type;
101 typedef _Key value_type;
108 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type
    [all...]
stl_map.h 84 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class map<_Key, _Tp, _Compare, _Alloc>;
797 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
799 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 83 template <typename _Key, typename _Tp,
84 typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
726 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 67 private object _key; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
75 _key = null;
86 _key = null;
98 if (_key == null)
102 return _key;
110 if (_key == null)
122 if (_key == null)
126 return new DictionaryEntry(_key, _value);
141 _key = null;
149 if (_key == null
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_multiset.h 84 template <typename _Key, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<_Key> >
90 __glibcxx_class_requires(_Key, _SGIAssignableConcept)
91 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
93 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept)
97 typedef _Key key_type;
98 typedef _Key value_type;
105 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type
    [all...]
stl_set.h 87 template<typename _Key, typename _Compare = std::less<_Key>,
88 typename _Alloc = std::allocator<_Key> >
93 __glibcxx_class_requires(_Key, _SGIAssignableConcept)
94 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
96 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept)
102 typedef _Key key_type;
103 typedef _Key value_type;
110 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_multiset.h 84 template <typename _Key, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<_Key> >
90 __glibcxx_class_requires(_Key, _SGIAssignableConcept)
91 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
93 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept)
97 typedef _Key key_type;
98 typedef _Key value_type;
105 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type
    [all...]
stl_set.h 87 template<typename _Key, typename _Compare = std::less<_Key>,
88 typename _Alloc = std::allocator<_Key> >
93 __glibcxx_class_requires(_Key, _SGIAssignableConcept)
94 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
96 __glibcxx_class_requires2(_Key, _Alloc_value_type, _SameTypeConcept)
102 typedef _Key key_type;
103 typedef _Key value_type;
110 typedef typename _Alloc::template rebind<_Key>::other _Key_alloc_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h 497 template<typename _Key, typename _Value, typename _Ex, bool __unique,
501 template<typename _Key, typename _Pair, typename _Hashtable>
502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
507 template<typename _Key, typename _Pair, typename _Hashtable>
508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
513 operator[](const _Key& __k);
516 template<typename _Key, typename _Pair, typename _Hashtable>
517 typename _Map_base<_Key, _Pair, std::_Select1st<_Pair>,
519 _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>::
520 operator[](const _Key& __k
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
hashtable_policy.h 497 template<typename _Key, typename _Value, typename _Ex, bool __unique,
501 template<typename _Key, typename _Pair, typename _Hashtable>
502 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, false, _Hashtable>
507 template<typename _Key, typename _Pair, typename _Hashtable>
508 struct _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>
513 operator[](const _Key& __k);
516 template<typename _Key, typename _Pair, typename _Hashtable>
517 typename _Map_base<_Key, _Pair, std::_Select1st<_Pair>,
519 _Map_base<_Key, _Pair, std::_Select1st<_Pair>, true, _Hashtable>::
520 operator[](const _Key& __k
    [all...]
  /external/stlport/stlport/stl/debug/
_tree.h 49 template <class _Key, class _Compare>
57 bool operator () (const _Key& __lhs, const _Key& __rhs) const {
73 #define _STLP_NON_DBG_TREE _STLP_PRIV _STLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Traits, _Alloc>
77 template <class _Key, class _Compare,
82 template <class _Key, class _Compare,
90 template <class _Key, class _Compare,
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 49 template <class _Key, class _Compare>
57 bool operator () (const _Key& __lhs, const _Key& __rhs) const {
73 #define _STLP_NON_DBG_TREE _STLP_PRIV _STLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Traits, _Alloc>
77 template <class _Key, class _Compare,
82 template <class _Key, class _Compare,
90 template <class _Key, class _Compare,
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 49 template <class _Key, class _Compare>
57 bool operator () (const _Key& __lhs, const _Key& __rhs) const {
73 #define _STLP_NON_DBG_TREE _STLP_PRIV _STLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Traits, _Alloc>
77 template <class _Key, class _Compare,
82 template <class _Key, class _Compare,
90 template <class _Key, class _Compare,
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 49 template <class _Key, class _Compare>
57 bool operator () (const _Key& __lhs, const _Key& __rhs) const {
73 #define _STLP_NON_DBG_TREE _STLP_PRIV _STLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Traits, _Alloc>
77 template <class _Key, class _Compare,
82 template <class _Key, class _Compare,
90 template <class _Key, class _Compare,
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_tree.h 49 template <class _Key, class _Compare>
57 bool operator () (const _Key& __lhs, const _Key& __rhs) const {
73 #define _STLP_NON_DBG_TREE _STLP_PRIV _STLP_NON_DBG_NAME(Rb_tree) <_Key, _STLP_PRIV _DbgCompare<_Key, _Compare>, _Value, _KeyOfValue, _Traits, _Alloc>
77 template <class _Key, class _Compare,
82 template <class _Key, class _Compare,
90 template <class _Key, class _Compare,
95 typedef _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc> _Self;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h 84 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class map<_Key, _Tp, _Compare, _Alloc>;
797 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
799 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 83 template <typename _Key, typename _Tp,
84 typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
726 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 84 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class map<_Key, _Tp, _Compare, _Alloc>;
797 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
799 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 83 template <typename _Key, typename _Tp,
84 typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
726 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 84 template <typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class map<_Key, _Tp, _Compare, _Alloc>;
797 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
799 operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
stl_multimap.h 83 template <typename _Key, typename _Tp,
84 typename _Compare = std::less<_Key>,
85 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
89 typedef _Key key_type;
91 typedef std::pair<const _Key, _Tp> value_type;
99 __glibcxx_class_requires4(_Compare, bool, _Key, _Key,
107 friend class multimap<_Key, _Tp, _Compare, _Alloc>;
726 template<typename _Key, typename _Tp, typename _Compare, typename _Alloc>
728 operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x
    [all...]
  /external/clang/test/SemaCXX/
libstdcxx_map_base_hack.cpp 10 template<typename _Key, typename _Value, typename _Ex, bool __unique,
  /external/clang/test/Analysis/
cfref_PR2519.c 32 CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process identifier" "")); local
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 202 template < class _Key, class _Tp, class _HashFn =
203 hash < _Key >, class _EqualKey = equal_to < _Key >, class _Alloc =
208 _Key,
210 _Key,
214 _Key,
  /external/stlport/stlport/stl/
_tree.c 49 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::iterator
50 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE _Rb_tree<_Key, _Compare, _Value, _KeyOfValue, _Traits, _Alloc>::size_type
318 template <class _Key, class _Compare,
320 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>&
321 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::operator=(
322 const _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc>& __x) {
324 // Note that _Key may be a constant type.
347 template <class _Key, class _Compare,
350 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::_M_insert(_Rb_tree_node_base * __parent,
384 template <class _Key, class _Compare
    [all...]

Completed in 833 milliseconds

1 2 3 4 56 7 8 910