Lines Matching defs:HasError
536 bool HasError = false;
558 if (BSE.HasError)
586 size_t Size = SPSArgList<bool>::size(BSE.HasError);
587 if (BSE.HasError)
594 if (!SPSArgList<bool>::serialize(OB, BSE.HasError))
596 if (BSE.HasError)
604 if (!SPSArgList<bool>::deserialize(IB, BSE.HasError))
607 if (!BSE.HasError)
658 assert(BSE.HasError && "Cannot serialize expected from a success value");
665 assert(BSE.HasError && "Cannot serialize expected from a success value");