Searched refs:msgExtraGet (Results 1 – 1 of 1) sorted by relevance
994 BMessage msgExtraGet(msgExtraSet); in AttrInfoTest() local1017 CHK(mime.GetAttrInfo(&msgExtraGet) == B_OK); in AttrInfoTest()1018 CHK(msgExtraGet == msgExtraSet); in AttrInfoTest()1019 CHK(msgExtraGet != msg1); in AttrInfoTest()1023 CHK(msgExtraGet.AddInt32("more_extras", 101112) == B_OK); in AttrInfoTest()1024 …msgExtraGet.RemoveName(typeField); // Clear "type" fields to be fair, since SFE() just adds anoth… in AttrInfoTest()1025 CHK(mime.GetAttrInfo(&msgExtraGet) == B_OK); // Reinitializes result (clearing extra fields) in AttrInfoTest()1026 CHK(msgExtraGet == msgExtraSet); in AttrInfoTest()1027 CHK(msgExtraGet != msg1); in AttrInfoTest()1228 BMessage msgExtraGet(msgExtraSet); in FileExtensionsTest() local[all …]