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

  /external/desugar/java/com/google/devtools/common/options/
BoolOrEnumConverter.java 28 private T trueValue;
39 * @param trueValue The enumeration value to associate with {@code true}.
42 protected BoolOrEnumConverter(Class<T> enumType, String typeName, T trueValue, T falseValue) {
44 this.trueValue = trueValue;
56 return value ? trueValue : falseValue;
  /external/catch2/projects/SelfTest/UsageTests/
Condition.tests.cpp 320 bool trueValue = true;
327 CHECK( !trueValue );
328 CHECK_FALSE( trueValue );
  /external/bcc/tests/cc/
catch.hpp 340 return value ? &SafeBool::trueValue : 0;
343 void trueValue() const {}
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp     [all...]
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/cldr/tools/java/libs/
guava.jar 

Completed in 1437 milliseconds