Home
last modified time | relevance | path

Searched defs:ParseUInt32 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dheaderparser.cc113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description, in ParseUInt32() function in open_vcdiff::VCDiffHeaderParser
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp149 static void ParseUInt32(const CParser &parser, int index, UInt32 &res) in ParseUInt32() function
/external/llvm/lib/AsmParser/
DLLParser.h201 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() function
DLLParser.cpp1204 bool LLParser::ParseUInt32(unsigned &Val) { in ParseUInt32() function in LLParser