HomeSort by relevance Sort by last modified time
    Searched refs:TypeSignature (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
FauxveridesTest.java 173 final TypeSignature typeSignature;
178 typeSignature = new TypeSignature(method.getTypeParameters());
186 && typeSignature.equals(other.typeSignature);
193 return Objects.hashCode(name, parameterTypes, typeSignature);
198 typeSignature, name, getTypesString(parameterTypes));
206 private static final class TypeSignature {
209 TypeSignature(TypeVariable<Method>[] parameters)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 561 uint64_t TypeSignature;
571 void setTypeSignature(uint64_t Signature) { TypeSignature = Signature; }
572 uint64_t getTypeSignature() const { return TypeSignature; }
DwarfUnit.cpp     [all...]

Completed in 167 milliseconds