Searched defs:truthiness (Results 1 – 2 of 2) sorted by relevance
150 Truthiness truthiness() default Truthiness.FALSY; in truthiness() method156 static MyAnnotation myAnnotation(String value, Truthiness truthiness) { in myAnnotation()162 static MyAnnotation myAnnotationAll(String value, int id, Truthiness truthiness) { in myAnnotationAll()170 MyAnnotationBuilder truthiness(Truthiness x); in truthiness() method185 MyAnnotationAllBuilder truthiness(Truthiness x); in truthiness() method224 MyAnnotationSimpleBuilder truthiness(Truthiness x); in truthiness() method
347 int truthiness = sym_truthiness(value); in optimize_to_bool() local