Searched refs:ReplayState (Results 1 - 3 of 3) sorted by relevance

/external/easymock/src/org/easymock/internal/
H A DReplayState.java24 public class ReplayState implements IMocksControlState, Serializable { class in inherits:IMocksControlState,Serializable
32 public ReplayState(IMocksBehavior behavior) { method in class:ReplayState
H A DMocksControl.java98 state = new ReplayState(behavior);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp472 const void *ReplayState = State->get<ReplayWithoutInlining>(); local
473 if (!ReplayState)
476 assert(ReplayState == CallE && "Backtracked to the wrong call.");

Completed in 106 milliseconds