HomeSort by relevance Sort by last modified time
    Searched defs:hashtable (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobext.asm 5 [global hashtable:data (hashtable.end-hashtable)]
14 hashtable label
  /external/clang/test/SemaCXX/
libstdcxx_pointer_return_false_hack.cpp 4 // an issue with libstdc++-4.2's <tr1/hashtable> implementation.
14 template<typename T> struct hashtable { struct in namespace:std::tr1
30 auto *test1 = std::tr1::hashtable<int>().find_node();
  /external/stlport/stlport/stl/
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
_hashtable.c 102 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type
122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator
124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator
128 * This method is too difficult to implement for hashtable that do not
132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal(
133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1,
134 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht2)
543 # undef hashtable macro
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
_hashtable.c 102 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
121 # define __size_type__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::size_type
122 # define __reference__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::reference
123 # define __iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::iterator
124 # define __const_iterator__ _STLP_TYPENAME_ON_RETURN_TYPE hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All>::const_iterator
128 * This method is too difficult to implement for hashtable that do not
132 bool hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>::_M_equal(
133 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht1,
134 const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht2)
543 # undef hashtable macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
91 class hashtable;
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
233 class hashtable;
238 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
239 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
243 // a hashtable unconditionally has a member variable to hold it
251 class hashtable class
321 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
328 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
335 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
93 class hashtable;
107 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
159 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
251 class hashtable;
256 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
257 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
261 // a hashtable unconditionally has a member variable to hold it
269 class hashtable class
339 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
346 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
353 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
93 class hashtable;
107 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
159 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
251 class hashtable;
256 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
257 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
261 // a hashtable unconditionally has a member variable to hold it
269 class hashtable class
339 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
346 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
353 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
91 class hashtable;
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
233 class hashtable;
238 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
239 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
243 // a hashtable unconditionally has a member variable to hold it
251 class hashtable class
321 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
328 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
335 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
91 class hashtable;
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
233 class hashtable;
238 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
239 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
243 // a hashtable unconditionally has a member variable to hold it
251 class hashtable class
321 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
328 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
335 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
91 class hashtable;
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
233 class hashtable;
238 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
239 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
243 // a hashtable unconditionally has a member variable to hold it
251 class hashtable class
321 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
328 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
335 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
91 class hashtable;
105 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
233 class hashtable;
238 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
239 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
243 // a hashtable unconditionally has a member variable to hold it
251 class hashtable class
321 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
328 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
335 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
93 class hashtable;
107 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
159 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
251 class hashtable;
256 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
257 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
261 // a hashtable unconditionally has a member variable to hold it
269 class hashtable class
339 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
346 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
353 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
93 class hashtable;
107 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
158 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
250 class hashtable;
255 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
256 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
260 // a hashtable unconditionally has a member variable to hold it
268 class hashtable class
338 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
345 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
352 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.h 58 * Hashtable class, used to implement the hashed associative containers
66 //Export of the classes used to represent buckets in the hashtable implementation.
94 # define hashtable _STLP_NON_DBG_NAME(hashtable) macro
101 class hashtable;
194 //Returns the maximum number of buckets handled by the hashtable implementation
216 * do. If we're using standard-conforming allocators, then a hashtable
225 class hashtable { class
226 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
262 * - limit code bloat, all hashtable instanciation use the same buckets representation
303 hashtable(size_type __n, function in class:hashtable
332 hashtable(const _Self& __ht) function in class:hashtable
342 hashtable(__move_source<_Self> src) function in class:hashtable
619 # undef hashtable macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
93 class hashtable;
107 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
159 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
251 class hashtable;
256 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
257 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
261 // a hashtable unconditionally has a member variable to hold it
269 class hashtable class
339 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
346 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
353 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
52 /** @file backward/hashtable.h
60 // Hashtable class, used to implement the hashed associative containers
93 class hashtable;
107 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
158 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
250 class hashtable;
255 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
256 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
260 // a hashtable unconditionally has a member variable to hold it
268 class hashtable class
338 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
345 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
352 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
hashtable.h 0 // Hashtable implementation used by containers -*- C++ -*-
51 /** @file backward/hashtable.h
59 // Hashtable class, used to implement the hashed associative containers
92 class hashtable;
106 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
157 typedef hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>
249 class hashtable;
254 operator==(const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht1,
255 const hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>& __ht2);
259 // a hashtable unconditionally has a member variable to hold it
267 class hashtable class
337 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
344 hashtable(size_type __n, const _HashFcn& __hf, function in class:hashtable
351 hashtable(const hashtable& __ht) function in class:hashtable
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
auth.h 61 struct hlist_head hashtable[RPC_CREDCACHE_NR]; member in struct:rpc_cred_cache
  /external/stlport/stlport/stl/debug/
_hashtable.h 33 // Hashtable class, used to implement the hashed associative containers
73 _STLP_PRIV _STLP_NON_DBG_NAME(hashtable) <_Val, _Key, _HF, _Traits, _ExK, _STLP_PRIV _DbgEqual<_Key, _EqK>, _All>
91 class hashtable { class
92 typedef hashtable<_Val, _Key, _HF, _Traits, _ExK, _EqK, _All> _Self;
134 hashtable(size_type __n, function in class:hashtable
142 hashtable(size_type __n, function in class:hashtable
149 hashtable(const _Self& __ht) function in class:hashtable
154 hashtable(__move_source<_Self> src) function in class:hashtable

Completed in 1159 milliseconds

1 2 3