Create
static CaseFile &Create(Vdev &vdev);
static TestableCaseFile &Create(Vdev &vdev);
m_caseFile = &TestableCaseFile::Create(*m_vdev);
m_caseFile456 = &TestableCaseFile::Create(*m_vdev456);
m_caseFile456 = &TestableCaseFile::Create(*m_vdev456);
TestableCaseFile *CaseFile1 = &TestableCaseFile::Create(*m_vdev456);
TestableCaseFile *CaseFile2 = &TestableCaseFile::Create(*m_vdev789);
TestableCaseFile *CaseFile3 = &TestableCaseFile::Create(*m_vdev456);
TestableCaseFile *CaseFile4 = &TestableCaseFile::Create(*m_vdev789);
TestableCaseFile *CaseFile5 = &TestableCaseFile::Create(*m_vdev789);
CaseFile::Create(vdev);
caseFile = &CaseFile::Create(vdev);
BOOL CLeashDebugWindow::Create(const LPCSTR debugFilePath)
return CDialog::Create(CLeashDebugWindow::IDD);
BOOL Create(const LPCSTR debugFilePath);
m_pDebugWindow->Create(debugFilePath);
m_imageList.Create(x, y, ilcColor | ILC_MASK, IMAGE_COUNT, 1);
return CListView::Create(lpszClassName, lpszWindowName, dwStyle, rect,
virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
(!m_wndToolBar.Create(this) ||
if (!m_wndStatusBar.Create(this) ||
m_bOwnerCreated = m_MainFrameOwner.Create(IDD_FRAMEOWNER);
result = lldb::SBDebugger::Create();
result = lldb::SBDebugger::Create(arg1);
result = lldb::SBDebugger::Create(arg1,arg2,arg3);
TEST_F(Create, attr_cache)
TEST_F(Create, clear_attr_cache)
TEST_F(Create, eexist)
TEST_F(Create, Enosys)
TEST_F(Create, entry_cache_negative)
TEST_F(Create, entry_cache_negative_purge)
TEST_F(Create, eperm)
TEST_F(Create, ok)
TEST_F(Create, parent_inode)
TEST_F(Create, wronly_0444)
class Create_7_8: public Create {
Create::SetUp();
TEST_F(Create, ok)
TEST_F(Create, eacces)