Lines Matching defs:Create
720 virtual bool Create(const char* statement,
724 // Sets the parameters for subsequent calls to Create.
725 void SetParameters(bool create, DeathTest::TestRole role,
741 // If true, Create will return a MockDeathTest; otherwise it returns
761 // True if the last MockDeathTest returned by Create has been
816 // Sets the parameters for subsequent calls to Create.
817 void MockDeathTestFactory::SetParameters(bool create,
820 create_ = create;
835 bool MockDeathTestFactory::Create(const char* statement,