Home
last modified time | relevance | path

Searched refs:ParseUInt32 (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp149 static void ParseUInt32(const CParser &parser, int index, UInt32 &res) in ParseUInt32() function
390 ParseUInt32(parser, NKey::kAlgo, algo); in main2()
391 ParseUInt32(parser, NKey::kFb, fb); in main2()
392 ParseUInt32(parser, NKey::kLc, lc); in main2()
393 ParseUInt32(parser, NKey::kLp, lp); in main2()
394 ParseUInt32(parser, NKey::kPb, pb); in main2()
/external/open-vcdiff/src/
Dheaderparser.cc113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description, in ParseUInt32() function in open_vcdiff::VCDiffHeaderParser
147 if (!ParseUInt32(variable_description, &parsed_value)) { in ParseChecksum()
Dheaderparser_test.cc75 EXPECT_TRUE(parser->ParseUInt32("decoded uint32", &decoded_integer)); in VerifyUInt32()
144 EXPECT_FALSE(parser->ParseUInt32("decoded integer", &decoded_integer)); in TEST_F()
Dheaderparser.h231 bool ParseUInt32(const char* variable_description, uint32_t* value);
/external/chromium_org/sdch/open-vcdiff/src/
Dheaderparser.cc113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description, in ParseUInt32() function in open_vcdiff::VCDiffHeaderParser
147 if (!ParseUInt32(variable_description, &parsed_value)) { in ParseChecksum()
Dheaderparser_test.cc75 EXPECT_TRUE(parser->ParseUInt32("decoded uint32", &decoded_integer)); in VerifyUInt32()
144 EXPECT_FALSE(parser->ParseUInt32("decoded integer", &decoded_integer)); in TEST_F()
Dheaderparser.h231 bool ParseUInt32(const char* variable_description, uint32_t* value);
/external/chromium/sdch/open-vcdiff/src/
Dheaderparser.cc113 bool VCDiffHeaderParser::ParseUInt32(const char* variable_description, in ParseUInt32() function in open_vcdiff::VCDiffHeaderParser
147 if (!ParseUInt32(variable_description, &parsed_value)) { in ParseChecksum()
Dheaderparser_test.cc75 EXPECT_TRUE(parser->ParseUInt32("decoded uint32", &decoded_integer)); in VerifyUInt32()
144 EXPECT_FALSE(parser->ParseUInt32("decoded integer", &decoded_integer)); in TEST_F()
Dheaderparser.h231 bool ParseUInt32(const char* variable_description, uint32_t* value);
/external/llvm/lib/AsmParser/
DLLParser.h189 bool ParseUInt32(unsigned &Val);
190 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() function
192 return ParseUInt32(Val); in ParseUInt32()
DLLParser.cpp512 if (ParseUInt32(SlotNo)) return true; in ParseMDNodeID()
580 if (ParseUInt32(MetadataID) || in ParseStandaloneMetadata()
888 ParseUInt32(Alignment)) in ParseFnAttributeValuePairs()
902 ParseUInt32(Alignment)) in ParseFnAttributeValuePairs()
1075 bool LLParser::ParseUInt32(unsigned &Val) { in ParseUInt32() function in LLParser
1135 ParseUInt32(AddrSpace) || in ParseOptionalAddrSpace()
1374 if (ParseUInt32(ArbitraryCC)) in ParseOptionalCallingConv()
1440 if (ParseUInt32(Alignment)) return true; in ParseOptionalAlignment()
1510 if (ParseUInt32(Alignment)) return true; in ParseOptionalStackAlignment()
1541 if (ParseUInt32(Idx)) return true; in ParseIndexList()