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

  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 231 bool ParseUInt32(const char* variable_description, uint32_t* value);
headerparser.cc 113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description,
147 if (!ParseUInt32(variable_description, &parsed_value)) {
headerparser_test.cc 75 EXPECT_TRUE(parser->ParseUInt32("decoded uint32", &decoded_integer));
144 EXPECT_FALSE(parser->ParseUInt32("decoded integer", &decoded_integer));
  /external/llvm/lib/AsmParser/
LLParser.h 167 bool ParseUInt32(unsigned &Val);
168 bool ParseUInt32(unsigned &Val, LocTy &Loc) {
170 return ParseUInt32(Val);
LLParser.cpp 456 if (ParseUInt32(SlotNo)) return true;
524 if (ParseUInt32(MetadataID) ||
850 /// ParseUInt32
852 bool LLParser::ParseUInt32(unsigned &Val) {
872 ParseUInt32(AddrSpace) ||
    [all...]

Completed in 220 milliseconds