Home
last modified time | relevance | path

Searched refs:seekInstanceEnd (Results 1 – 4 of 4) sorted by relevance

/dports/cad/stepcode/stepcode-0.8/src/cllazyfile/
H A DsectionReader.h47 std::streampos seekInstanceEnd( instanceRefs ** refs );
H A Dp21HeaderSectionReader.cc56 std::streampos end = seekInstanceEnd( 0 ); //no references in file header in nextInstance()
H A DlazyP21DataSectionReader.cc59 end = seekInstanceEnd( & i.refs ); in nextInstance()
H A DsectionReader.cc117 std::streampos sectionReader::seekInstanceEnd( instanceRefs ** refs ) { in seekInstanceEnd() function in sectionReader