Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/AsmParser/
DLLParser.h240 bool parseUInt32(unsigned &Val, LocTy &Loc) { in parseUInt32() function
DLLParser.cpp1589 bool LLParser::parseUInt32(uint32_t &Val) { in parseUInt32() function in LLParser
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java2217 static int parseUInt32(final String text) throws NumberFormatException { in parseUInt32() method in TextFormat