HomeSort by relevance Sort by last modified time
    Searched refs:ReplayState (Results 1 - 3 of 3) sorted by null

  /external/easymock/src/org/easymock/internal/
ReplayState.java 24 public class ReplayState implements IMocksControlState, Serializable {
32 public ReplayState(IMocksBehavior behavior) {
MocksControl.java 98 state = new ReplayState(behavior);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 472 const void *ReplayState = State->get<ReplayWithoutInlining>();
473 if (!ReplayState)
476 assert(ReplayState == CallE && "Backtracked to the wrong call.");
    [all...]

Completed in 2327 milliseconds