Searched defs:hashtable (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobext.asm5 [global hashtable:data (hashtable.end-hashtable)]
14 hashtable label
/external/clang/test/SemaCXX/
H A Dlibstdcxx_pointer_return_false_hack.cpp4 // 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/
H A D_hashtable.h66 //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_typ 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...]
H A D_hashtable.c102 # 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<_Va
510 _M_copy_from(const hashtable<_Val,_Key,_HF,_Traits,_ExK,_EqK,_All>& __ht) argument
543 # undef hashtable macro
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp191 hashtable { class in namespace:__gnu_cxx
207 hashtable <
/external/stlport/stlport/stl/debug/
H A D_hashtable.h73 _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
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc3111 ObjectHashTable* hashtable = ObjectHashTable::cast( local
3114 CHECK_LE(hashtable->SizeFor(hashtable->length()), 13 * kPointerSize);
/external/opencv/cxcore/include/
H A Dcxtypes.h754 void** hashtable; member in struct:CvSparseMat
/external/chromium_org/v8/src/
H A Dobjects.cc4610 ObjectHashTable* hashtable = ObjectHashTable::cast(inline_value);
4611 Object* entry = hashtable->Lookup(key);
4645 Handle<ObjectHashTable> hashtable = local
4649 Handle<ObjectHashTable> new_table = ObjectHashTable::Put(hashtable, key,
4651 if (*new_table != *hashtable) {
4680 Handle<ObjectHashTable> hashtable(ObjectHashTable::cast(inline_value));
4682 ObjectHashTable::Remove(hashtable, key, &was_present);
4739 Handle<ObjectHashTable> hashtable = ObjectHashTable::New( local
4745 hashtable = ObjectHashTable::Put(hashtable,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jar ... boolean ignoreBase private ClassLoader parent private java.util.Hashtable jarFiles private static java.util.Map pathMap private ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jar ... boolean ignoreBase private ClassLoader parent private java.util.Hashtable jarFiles private static java.util.Map pathMap private ...

Completed in 1298 milliseconds