Lines Matching defs:Passed
707 int status, bool passed);
729 // The value a MockDeathTest will return from its Passed method.
736 // The arguments to the calls to Passed since the last call to
755 TestRole role, int status, bool passed) :
756 parent_(parent), role_(role), status_(status), passed_(passed) {
769 virtual bool Passed(bool exit_status_ok) {
800 int status, bool passed) {
804 passed_ = passed;
880 // and that the Passed method returns false when the (simulated)
895 // Tests that the Passed method was given the argument "true" when