HomeSort by relevance Sort by last modified time
    Searched defs:HashValue (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.h 20 typedef uptr HashValue;
49 bool checkDynamicType(void *Object, void *Type, HashValue Hash);
59 HashValue __ubsan_vptr_type_cache[VptrTypeCacheSize];
  /external/chromium_org/net/base/
hash_value.h 40 class NET_EXPORT HashValue {
42 explicit HashValue(HashValueTag tag) : tag(tag) {}
43 HashValue() : tag(HASH_VALUE_SHA1) {}
51 bool Equals(const HashValue& other) const;
64 // Deserializes a HashValue from a string. On error, returns
65 // false and MAY change the contents of HashValue to contain invalid data.
68 // Serializes the HashValue to a string. If an invalid HashValue
85 typedef std::vector<HashValue> HashValueVector;
106 explicit HashValuesEqual(const HashValue& fingerprint)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 213 uint32_t HashValue;
218 HashValue = DwarfAccelTable::HashDJB(S);
223 O << " Hash Value: " << format("0x%x", HashValue) << "\n";
DwarfDebug.cpp     [all...]
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 427 milliseconds