Home
last modified time | relevance | path

Searched refs:VOS_POSTCOND (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/vos/source/
H A Dpipe.cxx57 VOS_POSTCOND(m_pPipeRef != 0, "OPipe(): new failed.\n"); in OPipe()
58 VOS_POSTCOND((*m_pPipeRef)(), "OPipe(): creation of pipe failed!\n"); in OPipe()
74 VOS_POSTCOND(m_pPipeRef != 0, "OPipe(): new failed.\n"); in OPipe()
75 VOS_POSTCOND((*m_pPipeRef)(), "OPipe(): creation of pipe failed!\n"); in OPipe()
127 VOS_POSTCOND(m_pPipeRef != 0, "OPipe(): new failed.\n"); in create()
152 VOS_POSTCOND(m_pPipeRef != 0, "OPipe(): new failed.\n"); in create()
327 VOS_POSTCOND(m_pPipeRef != 0, "OPipe(): new failed.\n"); in operator =()
H A Dsocket.cxx520 VOS_POSTCOND(m_pSockRef != 0, "OSocket(): new failed.\n"); in OSocket()
521 VOS_POSTCOND((*m_pSockRef)(), "OSocket(): creation of socket failed!\n"); in OSocket()
591 VOS_POSTCOND(m_pSockRef != 0, "OSocket(): new failed.\n"); in create()
/aoo4110/main/vos/inc/vos/
H A Ddiagnose.hxx48 #define VOS_POSTCOND(c, m) VOS_ENSHURE(c, m) macro

Completed in 51 milliseconds