Searched defs:tryParseBool (Results 1 – 2 of 2) sorted by relevance
389 bool tryParseBool(const StringPiece16& str, bool* outValue) { in tryParseBool() function405 std::unique_ptr<BinaryPrimitive> tryParseBool(const StringPiece16& str) { in tryParseBool() function
312 private static boolean tryParseBool(String value, boolean defValue) { in tryParseBool() method in RankingHelper