Searched refs:ReadEntityRef (Results 1 – 6 of 6) sorted by relevance
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/ |
H A D | STEPattribute.h | 44 extern SC_CORE_EXPORT SDAI_Application_instance * ReadEntityRef( istream & in, ErrorDescriptor * er… 47 extern SC_CORE_EXPORT SDAI_Application_instance * ReadEntityRef( const char * s, ErrorDescriptor * …
|
H A D | sdai.h | 229 ReadEntityRef( istream & in, ErrorDescriptor * err, const char * tokenList,
|
H A D | sdaiSelect.cc | 179 ReadEntityRef( Val, err, ",)", instances, 0 ); in StrToVal() 497 ReadEntityRef( in, err, ",)", instances, addFileId ); in STEPread()
|
H A D | sdaiApplication_instance.cc | 657 SDAI_Application_instance * ReadEntityRef( istream & in, ErrorDescriptor * err, const char * tokenL… in ReadEntityRef() function 740 SDAI_Application_instance * ReadEntityRef( const char * s, ErrorDescriptor * err, const char * toke… in ReadEntityRef() function 743 return ReadEntityRef( in, err, tokenList, instances, addFileId ); in ReadEntityRef()
|
H A D | STEPattribute.cc | 122 STEPentity * se = ReadEntityRef( s, &_error, 0, instances, addFileId ); in StrToVal() 348 STEPentity * se = ReadEntityRef( in, &_error, ",)", instances, in STEPread()
|
H A D | STEPaggregate.cc | 622 SDAI_Application_instance * se = ReadEntityRef( s, err, ",)", insts, in StrToVal() 656 SDAI_Application_instance * se = ReadEntityRef( in, err, ",)", insts, in STEPread()
|