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

  /external/guice/core/test/com/google/inject/
DuplicateBindingsTest.java 289 a.throwOnHashcode = true;
293 b.throwOnHashcode = true;
307 a.throwOnHashcode = true;
311 b.throwOnHashcode = true;
541 private boolean throwOnHashcode;
564 if(throwOnHashcode) {
  /external/guice/core/test/com/google/inject/util/
OverrideModuleTest.java 598 a.throwOnHashcode = true;
602 b.throwOnHashcode = true;
616 a.throwOnHashcode = true;
620 b.throwOnHashcode = true;
635 private boolean throwOnHashcode;
658 if(throwOnHashcode) {

Completed in 189 milliseconds