HomeSort by relevance Sort by last modified time
    Searched defs:ParseUInt32 (Results 1 - 3 of 3) 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/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 189 bool ParseUInt32(unsigned &Val);
190 bool ParseUInt32(unsigned &Val, LocTy &Loc) {
192 return ParseUInt32(Val);

Completed in 2364 milliseconds