Home
last modified time | relevance | path

Searched refs:HashKey (Results 1 – 3 of 3) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_internalmap.inl207 HashKey hashedKey = hash(key);
228 HashKey hashedKey = hash(key);
249 HashKey hashedKey = hash(key);
328 ValueInternalMap::unsafeAdd(const char* key, bool isStatic, HashKey hashedKey) {
350 ValueInternalMap::HashKey ValueInternalMap::hash(const char* key) const {
351 HashKey hash = 0;
/external/jsoncpp/include/json/
Dvalue.h671 typedef unsigned int HashKey; typedef
718 Value& unsafeAdd(const char* key, bool isStatic, HashKey hashedKey);
720 HashKey hash(const char* key) const;
/external/llvm/lib/IR/
DConstantsContext.h599 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey) {
603 Map.insert_as(Result, HashKey);