Home
last modified time | relevance | path

Searched refs:ReadEntityRef (Results 1 – 6 of 6) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DSTEPattribute.h44 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 Dsdai.h229 ReadEntityRef( istream & in, ErrorDescriptor * err, const char * tokenList,
H A DsdaiSelect.cc179 ReadEntityRef( Val, err, ",)", instances, 0 ); in StrToVal()
497 ReadEntityRef( in, err, ",)", instances, addFileId ); in STEPread()
H A DsdaiApplication_instance.cc657 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 DSTEPattribute.cc122 STEPentity * se = ReadEntityRef( s, &_error, 0, instances, addFileId ); in StrToVal()
348 STEPentity * se = ReadEntityRef( in, &_error, ",)", instances, in STEPread()
H A DSTEPaggregate.cc622 SDAI_Application_instance * se = ReadEntityRef( s, err, ",)", insts, in StrToVal()
656 SDAI_Application_instance * se = ReadEntityRef( in, err, ",)", insts, in STEPread()