Searched refs:hasSequential_ (Results 1 – 4 of 4) sorted by relevance
22 …: hasCopyNumber_(false), copyNumber_(0), hasPageRange_(false), hasSequential_(false), isSequential… in PrintAttributes()37 hasSequential_ = right.hasSequential_; in PrintAttributes()62 hasSequential_ = right.hasSequential_; in operator =()100 hasSequential_ = true; in SetIsSequential()152 hasSequential_ = jobInfo.hasSequential_; in UpdateParams()231 return hasSequential_; in HasSequential()288 hasSequential_ = parcel.ReadBool(); in ReadFromParcel()289 if (hasSequential_) { in ReadFromParcel()350 parcel.WriteBool(hasSequential_); in Marshalling()351 if (hasSequential_) { in Marshalling()[all …]
129 bool hasSequential_; variable
82 EXPECT_EQ(printAttributes.hasSequential_, true);
333 EXPECT_EQ(adapterParam->printAttributes.hasSequential_, true);