Searched refs:encodedBoolean (Results 1 – 2 of 2) sorted by relevance
535 private static boolean toBool(int encodedBoolean) { in toBool() argument536 return encodedBoolean != 0; in toBool()
7010 private static boolean toBool(int encodedBoolean) { in toBool() argument7011 return encodedBoolean != 0; // Only 0 means false. in toBool()