Lines Matching refs:STEPread

165             item->STEPread( in, &errdesc );  in ReadValue()
214 Severity STEPaggregate::STEPread( istream & in, ErrorDescriptor * err, in STEPread() function in STEPaggregate
306 Severity STEPnode::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in STEPnode
322 Severity STEPnode::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in STEPnode
434 return value.STEPread( s, err ); in StrToVal()
439 return value.STEPread( in, err ); in StrToVal()
442 Severity GenericAggrNode::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in GenericAggrNode
444 return value.STEPread( in, err ); in STEPread()
447 Severity GenericAggrNode::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in GenericAggrNode
448 return value.STEPread( in, err ); in STEPread()
540 item->STEPread( in, &errdesc, elem_type, insts, addFileId ); in ReadValue()
643 return STEPread( in, err, elem_type, insts, addFileId ); in StrToVal()
646 Severity EntityNode::STEPread( const char * s, ErrorDescriptor * err, in STEPread() function in EntityNode
650 return STEPread( in, err, elem_type, insts, addFileId ); in STEPread()
653 Severity EntityNode::STEPread( istream & in, ErrorDescriptor * err, in STEPread() function in EntityNode
778 item->STEPread( in, &errdesc, elem_type, insts, addFileId, currSch ); in ReadValue()
865 if( err->severity( node->STEPread( in, err, insts ) ) != SEVERITY_NULL ) { in StrToVal()
874 return STEPread( in, err, elem_type, insts, addFileId, currSch ); in StrToVal()
877 Severity SelectNode::STEPread( const char * s, ErrorDescriptor * err, in STEPread() function in SelectNode
881 return STEPread( in, err, elem_type, insts, addFileId ); in STEPread()
884 Severity SelectNode::STEPread( istream & in, ErrorDescriptor * err, in STEPread() function in SelectNode
894 err->severity( node->STEPread( in, err, insts, 0, addFileId, currSch ) ); in STEPread()
990 return STEPread( s, err ); in StrToVal()
997 return value.STEPread( in, err ); in StrToVal()
1004 Severity StringNode::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in StringNode
1007 value.STEPread( in, err ); in STEPread()
1015 Severity StringNode::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in StringNode
1016 return value.STEPread( in, err ); in STEPread()
1096 return STEPread( s, err ); in StrToVal()
1103 return value.STEPread( in, err ); in StrToVal()
1110 Severity BinaryNode::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in BinaryNode
1113 value.STEPread( in, err ); in STEPread()
1121 Severity BinaryNode::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in BinaryNode
1122 return value.STEPread( in, err ); in STEPread()
1212 return STEPread( s, err ); in StrToVal()
1218 return node->STEPread( in, err ); in StrToVal()
1225 Severity EnumNode::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in EnumNode
1229 node->STEPread( in, err, nullable ); in STEPread()
1237 Severity EnumNode::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in EnumNode
1239 node->STEPread( in, err, nullable ); in STEPread()
1398 Severity RealNode::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in RealNode
1408 Severity RealNode::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in RealNode
1476 Severity IntNode::STEPread( const char * s, ErrorDescriptor * err ) { in STEPread() function in IntNode
1486 Severity IntNode::STEPread( istream & in, ErrorDescriptor * err ) { in STEPread() function in IntNode