Home
last modified time | relevance | path

Searched refs:cachedHashCode (Results 1 – 4 of 4) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/analysis/
DNFAContext.java117 protected int cachedHashCode; field in NFAContext
123 this.cachedHashCode = invokingState.stateNumber; in NFAContext()
126 this.cachedHashCode += parent.cachedHashCode; in NFAContext()
141 if ( this.cachedHashCode != other.cachedHashCode ) { in equals()
265 return cachedHashCode; in hashCode()
DDFAState.java129 protected int cachedHashCode; field in DFAState
242 cachedHashCode += c.state + c.alt; in addNFAConfiguration()
397 if ( cachedHashCode==0 ) { in hashCode()
402 return cachedHashCode; in hashCode()
/external/guava/guava/src/com/google/common/collect/
DSingletonImmutableSet.java44 private transient int cachedHashCode; field in SingletonImmutableSet
53 cachedHashCode = hashCode; in SingletonImmutableSet()
96 int code = cachedHashCode; in hashCode()
98 cachedHashCode = code = element.hashCode(); in hashCode()
104 return cachedHashCode != 0; in isHashCodeFast()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java48 private int cachedHashCode; field in InstrumentationConfiguration
70 this.cachedHashCode = 0; in InstrumentationConfiguration()
192 if (cachedHashCode != 0) { in hashCode()
193 return cachedHashCode; in hashCode()
201 cachedHashCode = result; in hashCode()