Searched defs:key_equal (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/util/tests/hash_table/
H A Dclear.c41 static bool key_equal(const void *a, const void *b) function
61 ht = _mesa_hash_table_create(NULL, key_hash, key_equal);
/external/openssh/
H A Dkey.h41 #define key_equal sshkey_equal macro
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp194 key_equal; typedef in class:__gnu_cxx::hashtable
223 _Ht::key_equal
224 key_equal; typedef in class:__gnu_cxx::hash_map
242 typename CCC::key_equal, typename =
/external/libchrome/base/containers/
H A Dsmall_map.h76 // map type has a "key_equal" member (hash_map does), then that will
111 // has_key_equal<M>::value is true iff there exists a type M::key_equal. This is
117 // Two functions, one accepts types that have a key_equal member, and one that
120 template <typename U> static big test(typename U::key_equal*);
122 // Determines if M::key_equal exists by looking at the size of the return
128 // Base template used for map types that do NOT have an M::key_equal member,
134 // have an M::key_equal member.
170 // Partial template specialization handles case where M::key_equal exists, e.g.,
174 typedef typename M::key_equal equal_key;
198 typedef EqualKey key_equal; typedef in class:base::SmallMap
[all...]
/external/libxml2/
H A Drngparser.c120 const xmlChar *key_equal; member in struct:_xmlCRelaxNGParserCtxt
1112 (token->token == ctxt->key_equal)) {
1144 (tok2->token == ctxt->key_equal)) {
1231 ((tok2->token == ctxt->key_equal) ||
1480 ctxt.key_equal = xmlDictLookup(ctxt.dict, BAD_CAST "=", 1);

Completed in 221 milliseconds