Searched defs:parseUInt64 (Results 1 – 3 of 3) sorted by relevance
245 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function
1602 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser
2236 static long parseUInt64(final String text) throws NumberFormatException { in parseUInt64() method in TextFormat