Searched defs:PrintState (Results 1 – 1 of 1) sorted by relevance
99 struct PrintState { struct101 int State;103 explicit PrintState(int State) : State(State) {} in PrintState() function