Home
last modified time | relevance | path

Searched defs:fromwhere (Results 1 – 16 of 16) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTCollection_AsciiString.hxx271 void operator = (const Standard_CString fromwhere) in operator =()
280 void operator = (const TCollection_AsciiString& fromwhere) in operator =()
H A DTCollection_ExtendedString.hxx153 void operator = (const TCollection_ExtendedString& fromwhere) in operator =()
/dports/cad/opencascade/opencascade-7.6.0/src/TCollection/
H A DTCollection_AsciiString.hxx271 void operator = (const Standard_CString fromwhere) in operator =()
280 void operator = (const TCollection_AsciiString& fromwhere) in operator =()
H A DTCollection_ExtendedString.hxx153 void operator = (const TCollection_ExtendedString& fromwhere) in operator =()
H A DTCollection_AsciiString.cxx400 void TCollection_AsciiString::Copy(const Standard_CString fromwhere) in Copy()
416 void TCollection_AsciiString::Copy(const TCollection_AsciiString& fromwhere) in Copy()
H A DTCollection_ExtendedString.cxx365 void TCollection_ExtendedString::Copy (const TCollection_ExtendedString& fromwhere) in Copy()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTCollection_AsciiString.hxx271 void operator = (const Standard_CString fromwhere) in operator =()
280 void operator = (const TCollection_AsciiString& fromwhere) in operator =()
H A DTCollection_ExtendedString.hxx150 void operator = (const TCollection_ExtendedString& fromwhere) in operator =()
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/include/
H A Dfunctions_debugoutput.php99 function PrintHTMLDebugInfo( $facility, $fromwhere, $szDbgInfo )
/dports/emulators/gbe/gbe/
H A Dmem.c47 void install_memory(char bank, void *fromwhere) in install_memory()
/dports/math/form/form-4.2.1/sources/
H A Dfactor.c52 int fromwhere = 0, i; in FactorIn() local
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Dresultset.cpp596 #define CHECK_ERR(ret, resultset, hstmt, fromwhere) if(ret != SQL_SUCCESS) {resultset->_checkStmtEr… argument
597 #define CHECK_ERR_SQLSTATE(ret, resultset, hstmt, fromwhere, ODBCSTATE) if(ret != SQL_SUCCESS) {res… argument
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dioutil.c740 void nlseek(int fd,long offset,int fromwhere)
831 void nlseek(HANDLE fd,long offset,int fromwhere)
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dmes.c889 int ighmm_mes_fseek (FILE * fp, long offset, int fromwhere) in ighmm_mes_fseek()
917 int fromwhere) in mes_fseek64()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c6171 int loadboard(char *filename, char fromwhere, int *daposx, int *daposy, int *daposz, in loadboard()
7094 int loadoldboard(char *filename, char fromwhere, int *daposx, int *daposy, int *daposz, in loadoldboard()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp10515 int32_t engineLoadBoardV5V6(const char *filename, char fromwhere, vec3_t *dapos, int16_t *daang, in… in engineLoadBoardV5V6()