Searched refs:State (Results 1 – 10 of 10) sorted by relevance
33 SLICER_WEAK_CHECK(state_ == State::Outside); in Finish()34 SLICER_CHECK(state_ != State::BlockBody); in Finish()36 state_ = State::Outside; in Finish()42 case State::Outside: in Visit()44 state_ = State::BlockBody; in Visit()46 case State::BlockHeader: in Visit()47 state_ = State::BlockBody; in Visit()49 case State::BlockBody: in Visit()80 case State::Outside: in Visit()83 case State::BlockBody: in Visit()[all …]
43 State=None): argument54 State=State)
39 enum class State { Outside, BlockHeader, BlockBody }; enum47 assert(state_ == State::Outside); in ~BasicBlocksVisitor()81 State state_ = State::Outside;
45 struct State { struct52 struct State state; argument
216 public ClusterCommand.State getCommandState(String requestId, String commandId) { in getCommandState()227 return ClusterCommand.State.valueOf(value); in getCommandState()231 return ClusterCommand.State.UNKNOWN; in getCommandState()
39 public static enum State { enum in ClusterCommand
385 ClusterCommand.State status = in run()390 if (ClusterCommand.State.CANCELED.equals(status)) { in run()
1492 Thread.State waiterState = waiter.getState(); in testUnlimitedFlashLimit()1494 waiter.isAlive() || Thread.State.TERMINATED.equals(waiterState)); in testUnlimitedFlashLimit()
1425 .thenReturn(ClusterCommand.State.CANCELED);1454 .thenReturn(ClusterCommand.State.CANCELED);
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...