Lines Matching defs:Passed
824 int status, bool passed);
846 // The value a MockDeathTest will return from its Passed method.
853 // The arguments to the calls to Passed since the last call to
872 TestRole role, int status, bool passed) :
873 parent_(parent), role_(role), status_(status), passed_(passed) {
886 virtual bool Passed(bool exit_status_ok) {
918 int status, bool passed) {
922 passed_ = passed;
998 // and that the Passed method returns false when the (simulated)
1013 // Tests that the Passed method was given the argument "true" when