OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignoreSourceInComparisons
(Results
1 - 2
of
2
) sorted by null
/external/guice/extensions/grapher/src/com/google/inject/grapher/
Node.java
32
static boolean
ignoreSourceInComparisons
= false;
57
&& (
ignoreSourceInComparisons
|| Objects.equal(source, other.source));
62
return
ignoreSourceInComparisons
? id.hashCode() : Objects.hashCode(id, source);
/external/guice/extensions/grapher/test/com/google/inject/grapher/
AbstractInjectorGrapherTest.java
122
Node.
ignoreSourceInComparisons
= true;
Completed in 104 milliseconds