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

  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 65 result = this.getKey().equals(other.getKey()) && this.getRecordType().equals(other.getRecordType()) && this.getRecordClass() == other.getRecordClass();
77 return this.getKey().equals(entry.getKey()) && this.getRecordType().equals(entry.getRecordType()) && ((DNSRecordClass.CLASS_ANY == entry.getRecordClass()) || this.getRecordClass().equals(entry.getRecordClass()));
128 public DNSRecordType getRecordType() {
215 return (entry != null) && (entry.getRecordType() == this.getRecordType());
224 dout.writeShort(this.getRecordType().indexValue());
269 return this.getKey().hashCode() + this.getRecordType().indexValue() + this.getRecordClass().indexValue();
280 aLog.append(" type: " + this.getRecordType());
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 76 virtual RecordType getRecordType() const { return RECORD_UNKNOWN; }
93 virtual RecordType getRecordType() const { return RECORD_INPUT; }
158 virtual RecordType getRecordType() const { return RECORD_GENERATED; }
168 virtual RecordType getRecordType() const { return RECORD_GENERATED; }
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 356 static const RecordType *getRecordType(QualType QT) {
368 const RecordType *RT = getRecordType(Ty);
495 const RecordType *RT = getRecordType(ArgTy);
592 const RecordType *RT = getRecordType(QT);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 385 milliseconds