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

  /external/chromium/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 167 bool ParseUInt32(unsigned &Val);
168 bool ParseUInt32(unsigned &Val, LocTy &Loc) {
170 return ParseUInt32(Val);

Completed in 288 milliseconds