Home
last modified time | relevance | path

Searched defs:parseUInt64 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h245 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64() function
DLLParser.cpp1602 bool LLParser::parseUInt64(uint64_t &Val) { in parseUInt64() function in LLParser
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java2236 static long parseUInt64(final String text) throws NumberFormatException { in parseUInt64() method in TextFormat