HomeSort by relevance Sort by last modified time
    Searched defs:ParseUInt32 (Results 1 - 5 of 5) 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/chromium_org/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);
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 149 static void ParseUInt32(const CParser &parser, int index, UInt32 &res)
390 ParseUInt32(parser, NKey::kAlgo, algo);
391 ParseUInt32(parser, NKey::kFb, fb);
392 ParseUInt32(parser, NKey::kLc, lc);
393 ParseUInt32(parser, NKey::kLp, lp);
394 ParseUInt32(parser, NKey::kPb, pb);

Completed in 263 milliseconds