Searched refs:seekInstanceEnd (Results 1 – 4 of 4) sorted by relevance
47 std::streampos seekInstanceEnd( instanceRefs ** refs );
56 std::streampos end = seekInstanceEnd( 0 ); //no references in file header in nextInstance()
59 end = seekInstanceEnd( & i.refs ); in nextInstance()
117 std::streampos sectionReader::seekInstanceEnd( instanceRefs ** refs ) { in seekInstanceEnd() function in sectionReader