HomeSort by relevance Sort by last modified time
    Searched defs:ParseUInt32 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sdch/open-vcdiff/src/
headerparser.cc 113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description,
147 if (!ParseUInt32(variable_description, &parsed_value)) {
  /external/llvm/lib/AsmParser/
LLParser.h 200 bool ParseUInt32(unsigned &Val);
201 bool ParseUInt32(unsigned &Val, LocTy &Loc) {
203 return ParseUInt32(Val);