Searched refs:StepCompare (Results 1 – 2 of 2) sorted by relevance
100 void SbiRuntime::StepCompare( SbxOperator eOp ) in StepCompare() function in SbiRuntime180 void SbiRuntime::StepEQ() { StepCompare( SbxEQ ); } in StepEQ()181 void SbiRuntime::StepNE() { StepCompare( SbxNE ); } in StepNE()182 void SbiRuntime::StepLT() { StepCompare( SbxLT ); } in StepLT()183 void SbiRuntime::StepGT() { StepCompare( SbxGT ); } in StepGT()184 void SbiRuntime::StepLE() { StepCompare( SbxLE ); } in StepLE()185 void SbiRuntime::StepGE() { StepCompare( SbxGE ); } in StepGE()
374 void StepCompare( SbxOperator );// Vergleiche
Completed in 25 milliseconds